minor: fix doc warning

This commit is contained in:
Mike Dirolf 2009-07-13 12:33:13 -04:00
parent c4829f3bb6
commit a04d64c445

View File

@ -44,7 +44,7 @@ class GridFile(object):
"""Open a "file" in GridFS.
Application developers should generally not need to instantiate this
class directly - instead see the `gridfs.open` method.
class directly - instead see the `gridfs.GridFS.open` method.
Only a single opened GridFile instance may exist for a file in gridfs
at any time. Care must be taken to close GridFile instances when done