Skip to content

Commit 1314862

Browse files
sharat87prashantmital
authored andcommitted
Fix typo in list_collections docstring (collectons -> collections) (#644)
(cherry picked from commit cfbc3a7)
1 parent af25526 commit 1314862

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pymongo/database.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -810,7 +810,7 @@ def _list_collections(self, sock_info, slave_okay, session,
810810
return cmd_cursor
811811

812812
def list_collections(self, session=None, filter=None, **kwargs):
813-
"""Get a cursor over the collectons of this database.
813+
"""Get a cursor over the collections of this database.
814814
815815
:Parameters:
816816
- `session` (optional): a

0 commit comments

Comments
 (0)