From e93c2ac72c5006d8a0a0959fbfcf9b529a6cca50 Mon Sep 17 00:00:00 2001 From: "A. Jesse Jiryu Davis" Date: Sat, 13 Dec 2014 10:09:44 -0500 Subject: [PATCH] Wrong docstring for MongoReplicaSetClient.close_cursor. --- pymongo/mongo_replica_set_client.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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