summaryrefslogtreecommitdiffstats
path: root/Lib/copy.py
diff options
context:
space:
mode:
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 1d7ba56..7b82adb 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 = {}