Browse Source

Seek

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

2
README.md

@ -908,7 +908,7 @@ while True:
<file>.seek(0) # Move to start of the file.
<file>.seek(offset) # Move 'offset' chars/bytes from the start.
<file>.seek(offset, <anchor>) # Anchor: 0 start, 1 current pos., 2 end.
````
```
#### Read Text from File:
```python

Loading…
Cancel
Save