diff --git a/README.md b/README.md index 97e6033..62b1389 100644 --- a/README.md +++ b/README.md @@ -1072,8 +1072,8 @@ Open ### File ```python -.seek(0) # Move to the start of the file. -.seek(offset) # Move 'offset' chars/bytes from the start. +.seek(0) # Moves to the start of the file. +.seek(offset) # Moves 'offset' chars/bytes from the start. .seek(offset, ) # Anchor: 0 start, 1 current pos., 2 end. ```