From 4b70b2a6f78afd0d954db5db1ce286ffaeffad66 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 1301eb0cf..3272c0449 100644 --- a/gridfs/grid_file.py +++ b/gridfs/grid_file.py @@ -123,7 +123,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