Skip to content

Commit 9f3f89d

Browse files
committed
NS feedback
1 parent fbc4ade commit 9f3f89d

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

source/connect/mongoclient.txt

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -97,9 +97,8 @@ instance on port ``27017`` of ``localhost``:
9797
uri = "mongodb://localhost:27017/"
9898
client = MongoClient(uri)
9999

100-
If you must use an asynchronous version of the ``MongoClient`` class, use the
101-
``AsyncMongoClient`` class. The following example shows how to create an
102-
``AsyncMongoClient`` object:
100+
If you are working with an asynchronous application, use the ``AsyncMongoClient`` class.
101+
The following example shows how to create an ``AsyncMongoClient`` object:
103102

104103
.. code-block:: python
105104

0 commit comments

Comments
 (0)