diff options
author | slateny <46876382+slateny@users.noreply.github.com> | 2022-04-14 04:15:00 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-04-14 04:15:00 (GMT) |
commit | 45e8c9d43ff4f53c6b6f9f00d94d02ee36299b36 (patch) | |
tree | 5f14777b9ee18d59725eb4ec76940a007ba223d8 /Doc | |
parent | 355cbaadbbdce82b08431999d9de89661324263f (diff) | |
download | cpython-45e8c9d43ff4f53c6b6f9f00d94d02ee36299b36.zip cpython-45e8c9d43ff4f53c6b6f9f00d94d02ee36299b36.tar.gz cpython-45e8c9d43ff4f53c6b6f9f00d94d02ee36299b36.tar.bz2 |
gh-90326: Remove quotes for logging config (GH-91516)
Diffstat (limited to 'Doc')
-rw-r--r-- | Doc/library/logging.config.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/library/logging.config.rst b/Doc/library/logging.config.rst index c979961..2f105ba 100644 --- a/Doc/library/logging.config.rst +++ b/Doc/library/logging.config.rst @@ -833,7 +833,7 @@ Sections which specify formatter configuration are typified by the following. [formatter_form01] format=F1 %(asctime)s %(levelname)s %(message)s datefmt= - style='%' + style=% validate=True class=logging.Formatter |