Skip to content

Commit fd9abff

Browse files
author
A. Jesse Jiryu Davis
committed
Docstring grammar
1 parent 13e95e5 commit fd9abff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

gridfs/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -253,7 +253,7 @@ def list(self):
253253
def exists(self, document_or_id=None, **kwargs):
254254
"""Check if a file exists in this instance of :class:`GridFS`.
255255
256-
The file to check for can be specified by the value of it's
256+
The file to check for can be specified by the value of its
257257
``_id`` key, or by passing in a query document. A query
258258
document can be passed in as dictionary, or by using keyword
259259
arguments. Thus, the following three calls are equivalent:

0 commit comments

Comments
 (0)