Skip to content

Commit

Permalink
fix typo in comment (ZConfig.components.logger.formatter)
Browse files Browse the repository at this point in the history
Co-Authored-By: Jason Madden <jamadden@gmail.com>
  • Loading branch information
freddrake and jamadden committed Sep 18, 2019
1 parent 42a09a1 commit 61accf2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ZConfig/components/logger/formatter.py
Expand Up @@ -250,7 +250,7 @@ def __call__(self):
# non-standard, so we reach under the covers a bit.
#
# Python 3.8 adds a validate option, defaulting to True,
# which cases the format string to be checked. Since
# which causes the format string to be checked. Since
# safe-template is not a standard style, we want to
# suppress this.
#
Expand Down

0 comments on commit 61accf2

Please sign in to comment.