Skip to content

Commit a1937b9

Browse files
committed
Copilot review
1 parent 866c97e commit a1937b9

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

pymongo/asynchronous/mongo_client.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1918,7 +1918,7 @@ async def _run_operation(
19181918
19191919
:param operation: a _Query or _GetMore object.
19201920
:param execute_fn: A callable ``(conn, operation, read_preference) -> Response``
1921-
(awaited in the async client) that executes the operation on a given connection.
1921+
that executes the operation on a given connection.
19221922
:param address: Optional address when sending a message
19231923
to a specific server, used for getMore.
19241924
"""

pymongo/synchronous/mongo_client.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1915,7 +1915,7 @@ def _run_operation(
19151915
19161916
:param operation: a _Query or _GetMore object.
19171917
:param execute_fn: A callable ``(conn, operation, read_preference) -> Response``
1918-
(awaited in the async client) that executes the operation on a given connection.
1918+
that executes the operation on a given connection.
19191919
:param address: Optional address when sending a message
19201920
to a specific server, used for getMore.
19211921
"""

0 commit comments

Comments
 (0)