mirror of
https://github.com/rspeer/wordfreq.git
synced 2024-12-25 02:05:24 +00:00
fix redundant mention of the header
This commit is contained in:
parent
7862a4d2b6
commit
d81070a13c
@ -62,7 +62,7 @@ def read_cBpack(filename):
|
|||||||
|
|
||||||
- The file on disk is a gzipped file in msgpack format, which decodes to a
|
- The file on disk is a gzipped file in msgpack format, which decodes to a
|
||||||
list whose first element is a header, and whose remaining elements are
|
list whose first element is a header, and whose remaining elements are
|
||||||
lists of words, preceded by a header.
|
lists of words.
|
||||||
|
|
||||||
- The header is a dictionary with 'format' and 'version' keys that make
|
- The header is a dictionary with 'format' and 'version' keys that make
|
||||||
sure that we're reading the right thing.
|
sure that we're reading the right thing.
|
||||||
|
Loading…
Reference in New Issue
Block a user