Skip to content

Commit 0794992

Browse files
committed
fix typo
1 parent e999ed2 commit 0794992

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pymongo/asynchronous/client_session.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -696,7 +696,7 @@ async def callback(session, custom_arg, custom_kwarg=None):
696696
697697
.. versionadded:: 3.9
698698
699-
.. _tranactions specification:
699+
.. _transactions specification:
700700
https://github.com/mongodb/specifications/blob/master/source/transactions-convenient-api/transactions-convenient-api.md#handling-errors-inside-the-callback
701701
"""
702702
start_time = time.monotonic()

pymongo/synchronous/client_session.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -695,7 +695,7 @@ def callback(session, custom_arg, custom_kwarg=None):
695695
696696
.. versionadded:: 3.9
697697
698-
.. _tranactions specification:
698+
.. _transactions specification:
699699
https://github.com/mongodb/specifications/blob/master/source/transactions-convenient-api/transactions-convenient-api.md#handling-errors-inside-the-callback
700700
"""
701701
start_time = time.monotonic()

0 commit comments

Comments
 (0)