[Python-checkins] Fix copy.Error casing in documentation GH-22004 (#25612)

orsenthil webhook-mailer at python.org
Sun Apr 25 21:39:51 EDT 2021


https://github.com/python/cpython/commit/62e7646fe2cb0ca73103b71cec3eba1eb4f70cbb
commit: 62e7646fe2cb0ca73103b71cec3eba1eb4f70cbb
branch: 3.8
author: Miss Islington (bot) <31488909+miss-islington at users.noreply.github.com>
committer: orsenthil <skumaran at gatech.edu>
date: 2021-04-25T18:39:47-07:00
summary:

Fix copy.Error casing in documentation GH-22004 (#25612)

(cherry picked from commit 0d930f108cb8ba66f54197175c1fba0c38253e4a)

Co-authored-by: Andre Delfino <adelfino at gmail.com>

files:
M Doc/library/copy.rst

diff --git a/Doc/library/copy.rst b/Doc/library/copy.rst
index a8e8bfb1e832b..0eb5a793ad953 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.
 



More information about the Python-checkins mailing list