From 495ad3c8ccb9ed3554177a3e8687676c78e667de Mon Sep 17 00:00:00 2001 From: Tim Peters Date: Mon, 15 Jan 2001 01:36:40 +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 0dffb2afd3..61b253eee5 100644 --- a/Lib/string.py +++ b/Lib/string.py @@ -27,7 +27,7 @@ letters = lowercase + uppercase digits = '0123456789' hexdigits = digits + 'abcdef' + 'ABCDEF' octdigits = '01234567' -punctuation = """!"#$%&'()*+,-./:;<=>?@[\]^_`{|}~""" +punctuation = """!"#$%&'()*+,-./:;<=>?@[\]^_`{|}~""" printable = digits + letters + punctuation + whitespace # Case conversion helpers -- cgit v1.2.1