diff --git a/README.md b/README.md index 70e04b0..98fb865 100644 --- a/README.md +++ b/README.md @@ -809,7 +809,7 @@ while True: break ``` -### Raising Exceptions +#### Raising exception: ```python raise ValueError('A very specific message!') ```