Skip to content

Commit 102c829

Browse files
clarify bulletpoint
1 parent 6637b87 commit 102c829

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/pymongo-to-async-guide.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ in the following ways:
3535

3636
- Replace all uses of ``MongoClient`` with ``AsyncMongoClient``.
3737
- Add the ``await`` keyword to all asynchronous method calls.
38-
- If an asynchronous method is called within a function, mark the function as ``async``.
38+
- If you call an asynchronous method inside of a function, mark the function as ``async``.
3939

4040
The following sections describe how to implement the asynchronous API.
4141

0 commit comments

Comments
 (0)