We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5d429bf commit 06b35d4Copy full SHA for 06b35d4
pymongo/collection.py
@@ -893,7 +893,7 @@ def parallel_scan(self, num_cursors):
893
894
Returns a list of up to ``num_cursors`` cursors that can be iterated
895
concurrently. As long as the collection is not modified during
896
- scanning, each document appears once in one of the cursors' result
+ scanning, each document appears once in one of the cursors result
897
sets.
898
899
For example, to process each document in a collection using some
0 commit comments