Update grid_file.py
Comments need to reflect 256 to 255 kb default chunk size change to propagate to docs
This commit is contained in:
parent
eb25125d64
commit
e9240a8bee
@ -111,7 +111,7 @@ class GridIn(object):
|
||||
for the file
|
||||
|
||||
- ``"chunkSize"`` or ``"chunk_size"``: size of each of the
|
||||
chunks, in bytes (default: 256 kb)
|
||||
chunks, in bytes (default: 255 kb)
|
||||
|
||||
- ``"encoding"``: encoding used for this file. In Python 2,
|
||||
any :class:`unicode` that is written to the file will be
|
||||
|
||||
Loading…
Reference in New Issue
Block a user