Browse Source

Exceptions

pull/3/head
Jure Šorn 5 years ago
parent
commit
2f0ea905b3
1 changed files with 1 additions and 1 deletions
  1. 2
      README.md

2
README.md

@ -760,7 +760,7 @@ while True:
#### Raising exception:
```python
raise IOError('input/output error')
raise ValueError('A very specific message!')
```
#### Finally:

Loading…
Cancel
Save