Skip to content

Commit 45e8c9d

Browse files
authored
pythongh-90326: Remove quotes for logging config (pythonGH-91516)
1 parent 355cbaa commit 45e8c9d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Doc/library/logging.config.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -833,7 +833,7 @@ Sections which specify formatter configuration are typified by the following.
833833
[formatter_form01]
834834
format=F1 %(asctime)s %(levelname)s %(message)s
835835
datefmt=
836-
style='%'
836+
style=%
837837
validate=True
838838
class=logging.Formatter
839839

0 commit comments

Comments
 (0)