Skip to content

Commit 98ae9e0

Browse files
committed
Cleaner looking output
1 parent 65246f6 commit 98ae9e0

File tree

2 files changed

+2
-6
lines changed

2 files changed

+2
-6
lines changed

pymongo/asynchronous/mongo_client.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -276,9 +276,7 @@ def __init__(
276276
:param type_registry: instance of
277277
:class:`~bson.codec_options.TypeRegistry` to enable encoding
278278
and decoding of custom types.
279-
:param kwargs: ...
280-
281-
| **Other optional parameters can be passed as keyword arguments:**
279+
:param kwargs: Additional optional parameters available as keyword arguments
282280
283281
- `datetime_conversion` (optional): Specifies how UTC datetimes should be decoded
284282
within BSON. Valid options include 'datetime_ms' to return as a

pymongo/synchronous/mongo_client.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -274,9 +274,7 @@ def __init__(
274274
:param type_registry: instance of
275275
:class:`~bson.codec_options.TypeRegistry` to enable encoding
276276
and decoding of custom types.
277-
:param kwargs: ...
278-
279-
| **Other optional parameters can be passed as keyword arguments:**
277+
:param kwargs: Additional optional parameters available as keyword arguments
280278
281279
- `datetime_conversion` (optional): Specifies how UTC datetimes should be decoded
282280
within BSON. Valid options include 'datetime_ms' to return as a

0 commit comments

Comments
 (0)