summaryrefslogtreecommitdiffstats
path: root/Doc/library/copy.rst
diff options
context:
space:
mode:
Diffstat (limited to 'Doc/library/copy.rst')
-rw-r--r--Doc/library/copy.rst2
1 files changed, 0 insertions, 2 deletions
diff --git a/Doc/library/copy.rst b/Doc/library/copy.rst
index 0abee4d..485cfc5 100644
--- a/Doc/library/copy.rst
+++ b/Doc/library/copy.rst
@@ -21,8 +21,6 @@ Interface summary::
For module specific errors, :exc:`copy.error` is raised.
-.. %
-
The difference between shallow and deep copying is only relevant for compound
objects (objects that contain other objects, like lists or class instances):