Skip to content

Commit 4fcd939

Browse files
committed
Fix docstring
1 parent 7a25761 commit 4fcd939

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

bson/codec_options.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -366,8 +366,8 @@ def __init__(self, *args, **kwargs):
366366
out-of-range and 'datetime_clamp' to clamp to the minimum and
367367
maximum possible datetimes. Defaults to 'datetime'.
368368
:param convert_decimal: If ``True``, instances of :class:`~decimal.Decimal` will
369-
be automatically converted to :class:`~bson.decimal128.Decimal128` when encoding to BSON.
370-
Defaults to ``False``.
369+
be automatically converted to :class:`~bson.decimal128.Decimal128` when encoding to BSON.
370+
Defaults to ``False``.
371371
372372
.. versionadded:: 4.15
373373
`convert_decimal` attribute.

0 commit comments

Comments
 (0)