Skip to content

Commit c01f832

Browse files
committed
Fix
1 parent 197ba16 commit c01f832

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

source/includes/motor-comparison-table-pymongo.rst

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
.. list-table::
22
:header-rows: 1
3-
:stub-columns: 1
43
:class: compatibility-large
54

65
* - Motor Version

source/reference/migration.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,7 @@ to the {+driver-async+} driver:
137137
- To convert an ``AsyncCursor`` to a list, you must use the asynchronous ``cursor.to_list()``
138138
method.
139139
- The ``AsyncCollection.find()`` method in the {+driver-async+} driver is synchronous, but
140-
returns an ``AsyncCursor``. To iterate through the cursor, you must use ``async for``
140+
returns an ``AsyncCursor``. To iterate through the cursor, you must use an ``async for``
141141
loop.
142142
- The ``AsyncMongoClient`` object does not support the ``connect`` keyword argument.
143143
- You cannot share ``AsyncMongoClient`` objects across threads or event loops.
@@ -158,7 +158,7 @@ see the `API documentation <{+api-root+}pymongo/asynchronous/index.html>`__.
158158

159159
.. note::
160160

161-
Any methods not listed in the preceding API documentation link are still synchronous.
161+
Any methods not listed in the preceding API documentation are synchronous.
162162

163163
Additional Information
164164
----------------------

0 commit comments

Comments
 (0)