From b861ed1006ab02e9d921a508139febd26d05b5c7 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:24 -0700 Subject: [PATCH] Fix copy.Error casing in documentation GH-22004 (#25611) (cherry picked from commit 0d930f108cb8ba66f54197175c1fba0c38253e4a) Co-authored-by: Andre Delfino Co-authored-by: Andre Delfino --- 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 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. -- 2.47.3