Skip to content

Commit a766335

Browse files
committed
Fix docstring
1 parent 5541dd0 commit a766335

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pymongo/asynchronous/mongo_client.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -615,7 +615,7 @@ def __init__(
615615
client to use Stable API. See `versioned API <https://www.mongodb.com/docs/manual/reference/stable-api/#what-is-the-stable-api--and-should-you-use-it->`_ for
616616
details.
617617
618-
| **Overload retry options:**|
618+
| **Overload retry options:**
619619
620620
- `max_adaptive_retries`: (int) How many retries to allow for overload errors. Defaults to ``2``.
621621
- `enable_overload_retargeting`: (boolean) Whether overload retargeting is enabled for this client.

pymongo/synchronous/mongo_client.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -615,7 +615,7 @@ def __init__(
615615
client to use Stable API. See `versioned API <https://www.mongodb.com/docs/manual/reference/stable-api/#what-is-the-stable-api--and-should-you-use-it->`_ for
616616
details.
617617
618-
| **Overload retry options:**|
618+
| **Overload retry options:**
619619
620620
- `max_adaptive_retries`: (int) How many retries to allow for overload errors. Defaults to ``2``.
621621
- `enable_overload_retargeting`: (boolean) Whether overload retargeting is enabled for this client.

0 commit comments

Comments
 (0)