Skip to content

Commit 5da5dec

Browse files
committed
client session
1 parent e0cb4ab commit 5da5dec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/run-command.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -173,7 +173,7 @@ you can handle the ``CommandCursor`` accordingly.
173173

174174
The ``command()`` and ``cursor_command()`` methods do not obey the read preference you might
175175
have set on your ``Database`` instance elsewhere in your code. If a
176-
`Client Session <{+api-root+}pymongo/client_session.html#pymongo.client_session.ClientSession>`__ is
176+
`ClientSession <{+api-root+}pymongo/client_session.html#pymongo.client_session.ClientSession>`__ is
177177
provided by using the ``session`` parameter, and this session is in a
178178
`transaction <{+api-root+}pymongo/client_session.html#transactions>`__, the command's
179179
read preference will be set to the transaction's read preference. Otherwise,

0 commit comments

Comments
 (0)