From befef76a2681f624610a22a317a873ef60918ed6 Mon Sep 17 00:00:00 2001 From: Adam Comerford Date: Fri, 17 Oct 2014 18:06:53 +0100 Subject: [PATCH] Update grid_file.py Comments need to reflect 256 to 255 kb default chunk size change to propagate to docs --- gridfs/grid_file.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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