From e01d2ab6c09bb043b27d767bdb800691cbc1178e Mon Sep 17 00:00:00 2001 From: Mike Dirolf Date: Mon, 26 Jan 2009 17:20:24 -0500 Subject: [PATCH] doc --- gridfs/grid_file.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gridfs/grid_file.py b/gridfs/grid_file.py index ac1a73eb8..e8d3c63f3 100644 --- a/gridfs/grid_file.py +++ b/gridfs/grid_file.py @@ -31,8 +31,8 @@ class GridFile(object): def __init__(self, file_spec, database, mode="r", collection="_files"): """Open a "file" in GridFS. - Application developers should not need to instantiate this class - directly. + Application developers should generally not need to instantiate this + class directly. Raises TypeError if file_spec is not an instance of (dict, `pymongo.son.SON`), database is not an instance of