diff --git a/README.md b/README.md index 81cdeb6..97e6033 100644 --- a/README.md +++ b/README.md @@ -1085,8 +1085,8 @@ Open ``` ```python -write() # Writes a string or bytes object. -writelines() # Writes a list of strings or bytes objects. +.write() # Writes a string or bytes object. +.writelines() # Writes a list of strings or bytes objects. ``` ### Read Text from File