File tree Expand file tree Collapse file tree 2 files changed +2
-6
lines changed Expand file tree Collapse file tree 2 files changed +2
-6
lines changed Original file line number Diff line number Diff line change @@ -276,9 +276,7 @@ def __init__(
276
276
:param type_registry: instance of
277
277
:class:`~bson.codec_options.TypeRegistry` to enable encoding
278
278
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
282
280
283
281
- `datetime_conversion` (optional): Specifies how UTC datetimes should be decoded
284
282
within BSON. Valid options include 'datetime_ms' to return as a
Original file line number Diff line number Diff line change @@ -274,9 +274,7 @@ def __init__(
274
274
:param type_registry: instance of
275
275
:class:`~bson.codec_options.TypeRegistry` to enable encoding
276
276
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
280
278
281
279
- `datetime_conversion` (optional): Specifies how UTC datetimes should be decoded
282
280
within BSON. Valid options include 'datetime_ms' to return as a
You can’t perform that action at this time.
0 commit comments