[Python-checkins] cpython (merge 3.5 -> default): Merge 3.5 (copy doc)

victor.stinner python-checkins at python.org
Thu Jun 30 05:51:06 EDT 2016


https://hg.python.org/cpython/rev/8fdf6804614e
changeset: 102231:8fdf6804614e
parent: 102228:c2e898813409
parent: 102230:54e9ca0a1639
user: Victor Stinner <victor.stinner at gmail.com>
date: Thu Jun 30 11:50:59 2016 +0200
summary:
 Merge 3.5 (copy doc)
files:
 Doc/library/copy.rst | 2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/Doc/library/copy.rst b/Doc/library/copy.rst
--- a/Doc/library/copy.rst
+++ b/Doc/library/copy.rst
@@ -48,7 +48,7 @@
 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:
 
-- 
Repository URL: https://hg.python.org/cpython


More information about the Python-checkins mailing list

AltStyle によって変換されたページ (->オリジナル) /