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 11.. list-table ::
22 :header-rows: 1
3- :stub-columns: 1
43 :class: compatibility-large
54
65 * - Motor Version
Original file line number Diff line number Diff 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
163163Additional Information
164164----------------------
You can’t perform that action at this time.
0 commit comments