From 0d930f108cb8ba66f54197175c1fba0c38253e4a Mon Sep 17 00:00:00 2001 From: Andre Delfino Date: Sun, 25 Apr 2021 22:22:28 -0300 Subject: Fix copy.Error casing in documentation GH-22004 --- 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 176e01d..01ebf19 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