We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fbc4ade commit 9f3f89dCopy full SHA for 9f3f89d
source/connect/mongoclient.txt
@@ -97,9 +97,8 @@ instance on port ``27017`` of ``localhost``:
97
uri = "mongodb://localhost:27017/"
98
client = MongoClient(uri)
99
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:
+If you are working with an asynchronous application, use the ``AsyncMongoClient`` class.
+The following example shows how to create an ``AsyncMongoClient`` object:
103
104
.. code-block:: python
105
0 commit comments