Skip to content

Commit 421b41b

Browse files
Fix a typo about a comma. (GH-10306)
(cherry picked from commit fe62d87) Co-authored-by: İsmail Arılık <[email protected]>
1 parent a614cc9 commit 421b41b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Doc/tutorial/errors.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -315,7 +315,7 @@ to create specific exception classes for different error conditions::
315315
self.next = next
316316
self.msg = msg
317317

318-
Most exceptions are defined with names that end in "Error," similar to the
318+
Most exceptions are defined with names that end in "Error", similar to the
319319
naming of the standard exceptions.
320320

321321
Many standard modules define their own exceptions to report errors that may

0 commit comments

Comments
 (0)