]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Fix copy.Error casing in documentation GH-22004 (#25612)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Mon, 26 Apr 2021 01:39:47 +0000 (18:39 -0700)
committerGitHub <noreply@github.com>
Mon, 26 Apr 2021 01:39:47 +0000 (18:39 -0700)
(cherry picked from commit 0d930f108cb8ba66f54197175c1fba0c38253e4a)

Co-authored-by: Andre Delfino <adelfino@gmail.com>
Doc/library/copy.rst

index a8e8bfb1e832bb2dc569ff04edd27c731a28b3f0..0eb5a793ad953a23eafac57e2a6eb9d35899b016 100644 (file)
@@ -27,7 +27,7 @@ Interface summary:
    Return a deep copy of *x*.
 
 
-.. exception:: error
+.. exception:: Error
 
    Raised for module specific errors.