diff options
author | Tim Peters <tim.peters@gmail.com> | 2004-09-16 00:09:19 (GMT) |
---|---|---|
committer | Tim Peters <tim.peters@gmail.com> | 2004-09-16 00:09:19 (GMT) |
commit | c74298a72b16d2ecca144df014014796f025ea08 (patch) | |
tree | ddc582c65b51c08b543d220a3fa8f8a1e62e705b /Lib/string.py | |
parent | 0a1af4aeb07dd9198ad1ff19528d89873219b623 (diff) | |
download | cpython-c74298a72b16d2ecca144df014014796f025ea08.zip cpython-c74298a72b16d2ecca144df014014796f025ea08.tar.gz cpython-c74298a72b16d2ecca144df014014796f025ea08.tar.bz2 |
Whitespace normalization.
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') |