From: Andre Delfino Date: Mon, 26 Apr 2021 01:22:28 +0000 (-0300) Subject: Fix copy.Error casing in documentation GH-22004 X-Git-Tag: v3.10.0b1~159 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=0d930f108cb8ba66f54197175c1fba0c38253e4a;p=thirdparty%2FPython%2Fcpython.git Fix copy.Error casing in documentation GH-22004 --- diff --git a/Doc/library/copy.rst b/Doc/library/copy.rst index 176e01db6f9f..01ebf198d7c5 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.