mirror of
https://github.com/python/cpython.git
synced 2025-08-04 00:48:58 +00:00
Removed typo.
This commit is contained in:
parent
dcc9513c67
commit
2a4c0f8b60
1 changed files with 1 additions and 1 deletions
|
@ -383,7 +383,7 @@ class StrFormatStyle(PercentStyle):
|
|||
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…
Add table
Add a link
Reference in a new issue