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__(
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
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments