File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -191,7 +191,7 @@ Migrate From Motor
191
191
the {+driver-async+} API while Motor is still supported.
192
192
193
193
The {+driver-async+} API functions similarly to the Motor library, but allows
194
- for improved latency and throughput due to directly using Python Asyncio instead
194
+ for improved latency and throughput due to directly using Python asyncio instead
195
195
of delegating work to a thread pool. In most cases, you can directly migrate
196
196
existing Motor applications to {+driver-async+} by using ``AsyncMongoClient`` in
197
197
place of ``MotorClient``, and changing the application's import statements to
@@ -291,5 +291,5 @@ see the `API documentation <{+api-root+}pymongo/asynchronous/index.html>`__.
291
291
Additional Information
292
292
----------------------
293
293
294
- To learn more about asynchronous Python, see the `Python Asyncio documentation
294
+ To learn more about asynchronous Python, see the `Python asyncio documentation
295
295
<https://docs.python.org/3/library/asyncio.html>`__.
You can’t perform that action at this time.
0 commit comments