File tree Expand file tree Collapse file tree 2 files changed +2
-3
lines changed Expand file tree Collapse file tree 2 files changed +2
-3
lines changed Original file line number Diff line number Diff line change 1
1
.. list-table ::
2
2
:header-rows: 1
3
- :stub-columns: 1
4
3
:class: compatibility-large
5
4
6
5
* - Motor Version
Original file line number Diff line number Diff line change @@ -137,7 +137,7 @@ to the {+driver-async+} driver:
137
137
- To convert an ``AsyncCursor`` to a list, you must use the asynchronous ``cursor.to_list()``
138
138
method.
139
139
- 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``
141
141
loop.
142
142
- The ``AsyncMongoClient`` object does not support the ``connect`` keyword argument.
143
143
- You cannot share ``AsyncMongoClient`` objects across threads or event loops.
@@ -158,7 +158,7 @@ see the `API documentation <{+api-root+}pymongo/asynchronous/index.html>`__.
158
158
159
159
.. note::
160
160
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.
162
162
163
163
Additional Information
164
164
----------------------
You can’t perform that action at this time.
0 commit comments