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:
Adam Comerford 2014-10-17 18:06:53 +01:00 committed by A. Jesse Jiryu Davis
parent eb25125d64
commit e9240a8bee

View File

@ -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