Skip to content

Commit 62e7646

Browse files
Fix copy.Error casing in documentation GH-22004 (#25612)
(cherry picked from commit 0d930f1) Co-authored-by: Andre Delfino <adelfino@gmail.com>
1 parent ff22c1b commit 62e7646

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Doc/library/copy.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ Interface summary:
2727
Return a deep copy of *x*.
2828

2929

30-
.. exception:: error
30+
.. exception:: Error
3131

3232
Raised for module specific errors.
3333

0 commit comments

Comments
 (0)