diff --git a/pymongo/mongo_replica_set_client.py b/pymongo/mongo_replica_set_client.py index f2d79b364..1db3f5ad1 100644 --- a/pymongo/mongo_replica_set_client.py +++ b/pymongo/mongo_replica_set_client.py @@ -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