Skip to content

Commit 1175c3c

Browse files
committed
Exceptions
1 parent 861ab4f commit 1175c3c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -809,7 +809,7 @@ while True:
809809
break
810810
```
811811

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

0 commit comments

Comments
 (0)