Skip to content

Commit 1213a2f

Browse files
committed
PYTHON-2504 Fix CodecOptions __repr__
1 parent 77ab9b0 commit 1213a2f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bson/codec_options.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -441,7 +441,7 @@ def _arguments_repr(self) -> str:
441441
return (
442442
"document_class={}, tz_aware={!r}, uuid_representation={}, "
443443
"unicode_decode_error_handler={!r}, tzinfo={!r}, "
444-
"type_registry={!r}, datetime_conversion={}".format(
444+
"type_registry={!r}, datetime_conversion={!s}".format(
445445
document_class_repr,
446446
self.tz_aware,
447447
uuid_rep_repr,

0 commit comments

Comments
 (0)