From: Miss Islington (bot) <31488909+miss-islington@users.noreply.github.com> Date: Mon, 26 Apr 2021 01:39:24 +0000 (-0700) Subject: Fix copy.Error casing in documentation GH-22004 (#25611) X-Git-Tag: v3.9.5~46 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=b861ed1006ab02e9d921a508139febd26d05b5c7;p=thirdparty%2FPython%2Fcpython.git Fix copy.Error casing in documentation GH-22004 (#25611) (cherry picked from commit 0d930f108cb8ba66f54197175c1fba0c38253e4a) Co-authored-by: Andre Delfino Co-authored-by: Andre Delfino --- diff --git a/Doc/library/copy.rst b/Doc/library/copy.rst index a8e8bfb1e832..0eb5a793ad95 100644 --- a/Doc/library/copy.rst +++ b/Doc/library/copy.rst @@ -27,7 +27,7 @@ Interface summary: Return a deep copy of *x*. -.. exception:: error +.. exception:: Error Raised for module specific errors.