Skip to content

Commit 86a0eee

Browse files
committed
PYTHON-2504 Fix CodecOptions __repr__
1 parent f16f6d5 commit 86a0eee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bson/codec_options.py

+1-1
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)