Skip to content

Commit 861ab4f

Browse files
committed
Exceptions
1 parent 837019f commit 861ab4f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -809,12 +809,12 @@ while True:
809809
break
810810
```
811811

812-
#### Raising exception:
812+
### Raising Exceptions
813813
```python
814814
raise ValueError('A very specific message!')
815815
```
816816

817-
#### Finally:
817+
### Finally
818818
```python
819819
>>> try:
820820
... raise KeyboardInterrupt

0 commit comments

Comments
 (0)