[docs] Minor Typo on Copy Module Documentation

Andrew Svetlov andrew.svetlov at gmail.com
Wed Dec 26 20:36:33 CET 2012


Don't understand your change clean.

On Mon, Dec 17, 2012 at 9:45 PM, Nick Garvey <garvey.nick at gmail.com> wrote:
> http://docs.python.org/2/library/copy.html
> http://docs.python.org/3/library/copy.html
>
> The line
>
> "Because deep copy copies everything it may copy too much, e.g.,
> administrative data structures that should be shared even between copies."
>
> should read
>
> "Because deep copy copies everything it may copy too much, e.g.,
> administrative data structures that shouldn't be shared even between
> copies."
>
> Thanks,
> Nick Garvey
>
> _______________________________________________
> docs mailing list
> docs at python.org
> http://mail.python.org/mailman/listinfo/docs
>



-- 
Thanks,
Andrew Svetlov


More information about the docs mailing list