summaryrefslogtreecommitdiff
path: root/Lib/copy.py
diff options
context:
space:
mode:
authorTim Peters <tim.peters@gmail.com>2003-02-19 02:35:07 +0000
committerTim Peters <tim.peters@gmail.com>2003-02-19 02:35:07 +0000
commitf37059a4fcfe2041e122400eb776133fea5fa8d2 (patch)
treec53b641329c599cdcfeb0f35f20aff8ce7a130e4 /Lib/copy.py
parent44d273f4a1d1b4b9cbf3d154ac64e3188c408099 (diff)
downloadcpython-f37059a4fcfe2041e122400eb776133fea5fa8d2.tar.gz
Whitespace normalization.
Diffstat (limited to 'Lib/copy.py')
-rw-r--r--Lib/copy.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/Lib/copy.py b/Lib/copy.py
index 1d7ba56ac9..7b82adbeb2 100644
--- a/Lib/copy.py
+++ b/Lib/copy.py
@@ -93,7 +93,7 @@ def copy(x):
raise Error("un(shallow)copyable object of type %s" % cls)
return _reconstruct(x, rv, 0)
-
+
_copy_dispatch = d = {}