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 6637b87 commit 102c829Copy full SHA for 102c829
source/pymongo-to-async-guide.txt
@@ -35,7 +35,7 @@ in the following ways:
35
36
- Replace all uses of ``MongoClient`` with ``AsyncMongoClient``.
37
- Add the ``await`` keyword to all asynchronous method calls.
38
-- If an asynchronous method is called within a function, mark the function as ``async``.
+- If you call an asynchronous method inside of a function, mark the function as ``async``.
39
40
The following sections describe how to implement the asynchronous API.
41
0 commit comments