Skip to content

Commit 4614b98

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 29abad0 commit 4614b98

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
@@ -314,7 +314,7 @@ to create specific exception classes for different error conditions::
314314
self.next = next
315315
self.message = message
316316

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

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

0 commit comments

Comments
 (0)