Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 1a59ebe

Browse files
committed
Seek
1 parent a0b2d1b commit 1a59ebe

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
@@ -908,7 +908,7 @@ while True:
908908
<file>.seek(0) # Move to start of the file.
909909
<file>.seek(offset) # Move 'offset' chars/bytes from the start.
910910
<file>.seek(offset, <anchor>) # Anchor: 0 start, 1 current pos., 2 end.
911-
````
911+
```
912912

913913
#### Read Text from File:
914914
```python

0 commit comments

Comments
 (0)