Skip to content

Commit a027a87

Browse files
committed
Fix
1 parent 9fd6469 commit a027a87

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/reference/migration.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ The following Motor method signatures behave differently in the {+driver-async+}
120120

121121
If you are experiencing performance slowdown, identify whether the {+driver-async+} driver
122122
is necessary for your usecase. If you determine your use case is better served by
123-
synchronous {+driver-short+}, consider using synchronous {+driver-short+}
123+
synchronous {+driver-short+}, consider using the synchronous driver
124124
with ``asyncio.loop.run_in_executor()`` for asynchronous compatibility. To learn more, see
125125
the `Event Loop API documentation <https://docs.python.org/3/library/asyncio-eventloop.html#asyncio.loop.run_in_executor>`__.
126126

0 commit comments

Comments
 (0)