Whitespace normalization.

This commit is contained in:
Tim Peters 2004-09-16 00:09:19 +00:00
parent 0a1af4aeb0
commit c74298a72b
2 changed files with 2 additions and 2 deletions

View file

@ -178,7 +178,7 @@ class Template:
mapping = _multimap(kws, args[0])
else:
mapping = args[0]
delimiter = self.delimiter[-1]
delimiter = self.delimiter[-1]
# Helper function for .sub()
def convert(mo):
named = mo.group('named')