Browse Source

Fixed str

pull/3/head
Jure Šorn 5 years ago
parent
commit
4687429ef6
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 IOError('input/output error')
```
#### Finally:

Loading…
Cancel
Save