Skip to content

Commit 5ffbf97

Browse files
committed
Open function
1 parent 5019ae3 commit 5ffbf97

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
@@ -894,8 +894,8 @@ while True:
894894
* **`'w+'` - Read and write (truncate).**
895895
* **`'r+'` - Read and write from the beginning.**
896896
* **`'a+'` - Read and write from the end.**
897-
* **`'b'` - Binary mode.**
898897
* **`'t'` - Text mode (default).**
898+
* **`'b'` - Binary mode.**
899899

900900
#### Read Text from File:
901901
```python

0 commit comments

Comments
 (0)