diff --git a/README.md b/README.md index 493d916..70e04b0 100644 --- a/README.md +++ b/README.md @@ -809,12 +809,12 @@ while True: break ``` -#### Raising exception: +### Raising Exceptions ```python raise ValueError('A very specific message!') ``` -#### Finally: +### Finally ```python >>> try: ... raise KeyboardInterrupt