Browse Source

Open function

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

2
README.md

@ -894,8 +894,8 @@ while True:
* **`'w+'` - Read and write (truncate).**
* **`'r+'` - Read and write from the beginning.**
* **`'a+'` - Read and write from the end.**
* **`'b'` - Binary mode.**
* **`'t'` - Text mode (default).**
* **`'b'` - Binary mode.**
#### Read Text from File:
```python

Loading…
Cancel
Save