This commit is contained in:
Mike Dirolf 2009-01-26 17:20:24 -05:00
parent c95f9823b0
commit e01d2ab6c0

View File

@ -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