Skip to content

Commit edfff73

Browse files
wrong source constant
1 parent 3e9acc3 commit edfff73

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/pymongo-async-migration.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -325,7 +325,7 @@ Migrate From Motor
325325

326326
The {+driver-async+} driver behaves nearly identically to the Motor library. In
327327
most cases, you can directly migrate existing Motor applications to
328-
{+driver-short+} by using ``AsyncMongoClient`` in place of ``MotorClient``, and
328+
{+driver-async+} by using ``AsyncMongoClient`` in place of ``MotorClient``, and
329329
changing the application's import statements to import from ``pymongo``.
330330

331331
The following example shows the difference in imports to use a client for

0 commit comments

Comments
 (0)