Skip to content

Commit

Permalink
update async file
Browse files Browse the repository at this point in the history
  • Loading branch information
blink1073 authored Dec 2, 2024
1 parent 0a5eae7 commit cb4ec6d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pymongo/asynchronous/cursor.py
Original file line number Diff line number Diff line change
Expand Up @@ -1299,7 +1299,7 @@ async def to_list(self, length: Optional[int] = None) -> list[_DocumentType]:
>>> await cursor.to_list()
Or, so read at most n items from the cursor::
Or, to read at most n items from the cursor::
>>> await cursor.to_list(n)
Expand Down

0 comments on commit cb4ec6d

Please sign in to comment.