File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -276,7 +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: Additional optional parameters available as keyword arguments
279
+ :param kwargs: ** Additional optional parameters available as keyword arguments:**
280
280
281
281
- `datetime_conversion` (optional): Specifies how UTC datetimes should be decoded
282
282
within BSON. Valid options include 'datetime_ms' to return as a
Original file line number Diff line number Diff line change @@ -274,7 +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: Additional optional parameters available as keyword arguments
277
+ :param kwargs: ** Additional optional parameters available as keyword arguments:**
278
278
279
279
- `datetime_conversion` (optional): Specifies how UTC datetimes should be decoded
280
280
within BSON. Valid options include 'datetime_ms' to return as a
You can’t perform that action at this time.
0 commit comments