diff --git a/Doc/library/copy.rst b/Doc/library/copy.rst index a5378e54ec4016..67cf65a8b250c7 100644 --- a/Doc/library/copy.rst +++ b/Doc/library/copy.rst @@ -43,8 +43,8 @@ copy operations: * Recursive objects (compound objects that, directly or indirectly, contain a reference to themselves) may cause a recursive loop. -* Because deep copy copies *everything* it may copy too much, e.g., - even administrative data structures that should be shared even between copies. +* Because deep copy copies everything it may copy too much, such as data + which is intended to be shared between copies. The :func:`deepcopy` function avoids these problems by: diff --git a/Misc/ACKS b/Misc/ACKS index cacf7e558ee9a1..899a1905b4dbef 100644 --- a/Misc/ACKS +++ b/Misc/ACKS @@ -712,6 +712,7 @@ Magnus Kessler Lawrence Kesteloot Vivek Khera Dhiru Kholia +Sanyam Khurana Mads Kiilerich Jason Killen Jan Kim