From d6e7e73ff869bf016ac69cc7569ba697089d1e94 Mon Sep 17 00:00:00 2001 From: Tim Peters Date: Sun, 26 Feb 2006 04:21:50 +0000 Subject: Whitespace normalization. --- Lib/copy.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Lib/copy.py') diff --git a/Lib/copy.py b/Lib/copy.py index 9e60144cc1..35c666f7dc 100644 --- a/Lib/copy.py +++ b/Lib/copy.py @@ -102,7 +102,7 @@ def _copy_immutable(x): for t in (type(None), int, long, float, bool, str, tuple, frozenset, type, xrange, types.ClassType, types.BuiltinFunctionType, - types.FunctionType): + types.FunctionType): d[t] = _copy_immutable for name in ("ComplexType", "UnicodeType", "CodeType"): t = getattr(types, name, None) -- cgit v1.2.1