summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorVictor Stinner <victor.stinner@gmail.com>2016-06-30 09:50:59 (GMT)
committerVictor Stinner <victor.stinner@gmail.com>2016-06-30 09:50:59 (GMT)
commit60a7ec3ba0eb6bf7bc582fc507273b875e9478d9 (patch)
tree82cbed184fd898ccea747cd44beb64c4f14c4327
parentb1cec73481729838a91f2c62890e3fa30433e856 (diff)
parent0ab67dfb7c8dc7ddb983c1accee6697238c03810 (diff)
downloadcpython-60a7ec3ba0eb6bf7bc582fc507273b875e9478d9.zip
cpython-60a7ec3ba0eb6bf7bc582fc507273b875e9478d9.tar.gz
cpython-60a7ec3ba0eb6bf7bc582fc507273b875e9478d9.tar.bz2
Merge 3.5 (copy doc)
-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 a8adcad..d0b861d 100644
--- a/Doc/library/copy.rst
+++ b/Doc/library/copy.rst
@@ -48,7 +48,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: