Wrong docstring for MongoReplicaSetClient.close_cursor.

This commit is contained in:
A. Jesse Jiryu Davis 2014-12-13 10:09:44 -05:00
parent 967a243469
commit e93c2ac72c

View File

@ -1807,8 +1807,7 @@ class MongoReplicaSetClient(common.BaseObject):
"""Close a single database cursor.
Raises :class:`TypeError` if `cursor_id` is not an instance of
``(int, long)``. What closing the cursor actually means
depends on this client's cursor manager.
``(int, long)``.
:Parameters:
- `cursor_id`: id of cursor to close