Removed typo.

This commit is contained in:
Vinay Sajip 2011-02-26 14:28:36 +00:00
parent dcc9513c67
commit 2a4c0f8b60
1 changed files with 1 additions and 1 deletions

View File

@ -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