Skip to content

Commit 1d39e70

Browse files
committed
File
1 parent 6947a33 commit 1d39e70

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
@@ -1094,9 +1094,9 @@ Open
10941094
```python
10951095
<file>.write(<str/bytes>) # Writes a string or bytes object.
10961096
<file>.writelines(<list>) # Writes a list of strings or bytes objects.
1097+
<file>.flush() # Flushes write buffer.
10971098
```
10981099
* **Methods do not add or strip trailing newlines.**
1099-
* **Changes are not written until file gets closed.**
11001100

11011101
### Read Text from File
11021102
```python

0 commit comments

Comments
 (0)