Merge 3.5 (copy doc)

This commit is contained in:
Victor Stinner 2016-06-30 11:50:59 +02:00
commit 60a7ec3ba0
1 changed files with 1 additions and 1 deletions

View File

@ -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: