]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
gh-90326: Remove quotes for logging config (GH-91516)
authorslateny <46876382+slateny@users.noreply.github.com>
Thu, 14 Apr 2022 04:15:00 +0000 (21:15 -0700)
committerGitHub <noreply@github.com>
Thu, 14 Apr 2022 04:15:00 +0000 (05:15 +0100)
Doc/library/logging.config.rst

index c979961a221c9a7d75824984598367949b25d5fe..2f105ba29441daa9c813faf07a53152f4a3c0904 100644 (file)
@@ -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