diff --git a/README.md b/README.md index 0478be5..dcd43eb 100644 --- a/README.md +++ b/README.md @@ -908,7 +908,7 @@ while True: .seek(0) # Move to start of the file. .seek(offset) # Move 'offset' chars/bytes from the start. .seek(offset, ) # Anchor: 0 start, 1 current pos., 2 end. -```` +``` #### Read Text from File: ```python