Skip to content

Commit 56a3167

Browse files
asyncio
1 parent e6f98df commit 56a3167

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

source/reference/migration.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -191,7 +191,7 @@ Migrate From Motor
191191
the {+driver-async+} API while Motor is still supported.
192192

193193
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
195195
of delegating work to a thread pool. In most cases, you can directly migrate
196196
existing Motor applications to {+driver-async+} by using ``AsyncMongoClient`` in
197197
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>`__.
291291
Additional Information
292292
----------------------
293293

294-
To learn more about asynchronous Python, see the `Python Asyncio documentation
294+
To learn more about asynchronous Python, see the `Python asyncio documentation
295295
<https://docs.python.org/3/library/asyncio.html>`__.

0 commit comments

Comments
 (0)