Skip to content

Commit

Permalink
Merge pull request #59 from pauldmccarthy/doc/readme1
Browse files Browse the repository at this point in the history
DOC: Correction in readme (mostly just to force github CI)
  • Loading branch information
pauldmccarthy authored Mar 19, 2021
2 parents ee70964 + 47fdf3b commit bc77b41
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -111,8 +111,7 @@ myfile = igzip.IndexedGzipFile('big_file.gz')
some_offset_into_uncompressed_data = 234195

# The index will be automatically
# built on-demand when seeking or
# reading.
# built on-demand when seeking.
myfile.seek(some_offset_into_uncompressed_data)
data = myfile.read(1048576)
```
Expand Down

0 comments on commit bc77b41

Please sign in to comment.