Skip to content

Commit bc1a8a3

Browse files
typo
1 parent e36034b commit bc1a8a3

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-short+} 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)