diff --git a/README.md b/README.md index abdcbfd..6f8b585 100644 --- a/README.md +++ b/README.md @@ -760,7 +760,7 @@ while True: #### Raising exception: ```python -raise IOError('input/output error') +raise ValueError('A very specific message!') ``` #### Finally: