Skip to content

Commit 06b35d4

Browse files
committed
Work around Vim's poor parsing of python docstrings.
1 parent 5d429bf commit 06b35d4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pymongo/collection.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -893,7 +893,7 @@ def parallel_scan(self, num_cursors):
893893
894894
Returns a list of up to ``num_cursors`` cursors that can be iterated
895895
concurrently. As long as the collection is not modified during
896-
scanning, each document appears once in one of the cursors' result
896+
scanning, each document appears once in one of the cursors result
897897
sets.
898898
899899
For example, to process each document in a collection using some

0 commit comments

Comments
 (0)