diff --git a/gridfs/grid_file.py b/gridfs/grid_file.py index ea1037d30c..b7426a60fd 100644 --- a/gridfs/grid_file.py +++ b/gridfs/grid_file.py @@ -110,7 +110,7 @@ def __init__(self, root_collection, **kwargs): 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