diff options
Diffstat (limited to 'Lib/string.py')
-rw-r--r-- | Lib/string.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Lib/string.py b/Lib/string.py index f8b4490..3c37b0b 100644 --- a/Lib/string.py +++ b/Lib/string.py @@ -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') |