From c74298a72b16d2ecca144df014014796f025ea08 Mon Sep 17 00:00:00 2001 From: Tim Peters Date: Thu, 16 Sep 2004 00:09:19 +0000 Subject: Whitespace normalization. --- Lib/string.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Lib/string.py') diff --git a/Lib/string.py b/Lib/string.py index f8b4490de0..3c37b0ba73 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') -- cgit v1.2.1