Skip to content

Commit e173340

Browse files
committed
File
1 parent 03ce3f1 commit e173340

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
@@ -1088,7 +1088,7 @@ Open
10881088
<file>.write(<str/bytes>) # Writes a string or bytes object.
10891089
<file>.writelines(<list>) # Writes a list of strings or bytes objects.
10901090
```
1091-
* **No method adds or strips trailing newlines.**
1091+
* **Methods do not add or strip trailing newlines.**
10921092
* **Changes are not written until file gets closed.**
10931093

10941094
### Read Text from File

0 commit comments

Comments
 (0)