[Python-checkins] Fix copy.Error casing in documentation GH-22004

orsenthil webhook-mailer at python.org
Sun Apr 25 21:22:32 EDT 2021


https://github.com/python/cpython/commit/0d930f108cb8ba66f54197175c1fba0c38253e4a
commit: 0d930f108cb8ba66f54197175c1fba0c38253e4a
branch: master
author: Andre Delfino <adelfino at gmail.com>
committer: orsenthil <skumaran at gatech.edu>
date: 2021-04-25T18:22:28-07:00
summary:

Fix copy.Error casing in documentation GH-22004

files:
M Doc/library/copy.rst

diff --git a/Doc/library/copy.rst b/Doc/library/copy.rst
index 176e01db6f9fa..01ebf198d7c50 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