mirror of https://github.com/python/cpython.git
Removed typo.
This commit is contained in:
parent
553de0ee7c
commit
f368895780
|
@ -383,7 +383,7 @@ def format(self, record):
|
|||
class StringTemplateStyle(PercentStyle):
|
||||
default_format = '${message}'
|
||||
asctime_format = '${asctime}'
|
||||
asctime_search = '{asctime'
|
||||
asctime_search = '${asctime'
|
||||
|
||||
def __init__(self, fmt):
|
||||
self._fmt = fmt or self.default_format
|
||||
|
|
Loading…
Reference in New Issue