From 62e7646fe2cb0ca73103b71cec3eba1eb4f70cbb Mon Sep 17 00:00:00 2001 From: "Miss Islington (bot)" <31488909+miss-islington@users.noreply.github.com> Date: Sun, 25 Apr 2021 18:39:47 -0700 Subject: Fix copy.Error casing in documentation GH-22004 (#25612) (cherry picked from commit 0d930f108cb8ba66f54197175c1fba0c38253e4a) Co-authored-by: Andre Delfino <adelfino@gmail.com> --- Doc/library/copy.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Doc/library/copy.rst b/Doc/library/copy.rst index a8e8bfb..0eb5a79 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. -- cgit v0.12