summaryrefslogtreecommitdiff
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, 1 insertions, 1 deletions
diff --git a/Doc/library/copy.rst b/Doc/library/copy.rst
index 0f23a95..a5378e5 100644
--- a/Doc/library/copy.rst
+++ b/Doc/library/copy.rst
@@ -44,7 +44,7 @@ copy operations:
reference to themselves) may cause a recursive loop.
* Because deep copy copies *everything* it may copy too much, e.g.,
- administrative data structures that should be shared even between copies.
+ even administrative data structures that should be shared even between copies.
The :func:`deepcopy` function avoids these problems by: