Browse Source

File

pull/28/head
Jure Šorn 6 years ago
parent
commit
1d39e70e21
1 changed files with 1 additions and 1 deletions
  1. 2
      README.md

2
README.md

@ -1094,9 +1094,9 @@ Open
```python
<file>.write(<str/bytes>) # Writes a string or bytes object.
<file>.writelines(<list>) # Writes a list of strings or bytes objects.
<file>.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

Loading…
Cancel
Save