diff --git a/README.md b/README.md index c66ae0f..0a190c3 100644 --- a/README.md +++ b/README.md @@ -1094,9 +1094,9 @@ Open ```python .write() # Writes a string or bytes object. .writelines() # Writes a list of strings or bytes objects. +.flush() # Flushes write buffer. ``` * **Methods do not add or strip trailing newlines.** -* **Changes are not written until file gets closed.** ### Read Text from File ```python