Skip to content

Commit fe62d87

Browse files
ismailarilikserhiy-storchaka
authored andcommitted
Fix a typo about a comma. (GH-10306)
1 parent e2ed5ad commit fe62d87

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)