Skip to content

Commit e9240a8

Browse files
comerfordajdavis
authored andcommitted
Update grid_file.py
Comments need to reflect 256 to 255 kb default chunk size change to propagate to docs
1 parent eb25125 commit e9240a8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

gridfs/grid_file.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ def __init__(self, root_collection, **kwargs):
111111
for the file
112112
113113
- ``"chunkSize"`` or ``"chunk_size"``: size of each of the
114-
chunks, in bytes (default: 256 kb)
114+
chunks, in bytes (default: 255 kb)
115115
116116
- ``"encoding"``: encoding used for this file. In Python 2,
117117
any :class:`unicode` that is written to the file will be

0 commit comments

Comments
 (0)