Skip to content

Commit cb4ec6d

Browse files
authored
update async file
1 parent 0a5eae7 commit cb4ec6d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pymongo/asynchronous/cursor.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1299,7 +1299,7 @@ async def to_list(self, length: Optional[int] = None) -> list[_DocumentType]:
12991299
13001300
>>> await cursor.to_list()
13011301
1302-
Or, so read at most n items from the cursor::
1302+
Or, to read at most n items from the cursor::
13031303
13041304
>>> await cursor.to_list(n)
13051305

0 commit comments

Comments
 (0)