We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 29abad0 commit 4614b98Copy full SHA for 4614b98
Doc/tutorial/errors.rst
@@ -314,7 +314,7 @@ to create specific exception classes for different error conditions::
314
self.next = next
315
self.message = message
316
317
-Most exceptions are defined with names that end in "Error," similar to the
+Most exceptions are defined with names that end in "Error", similar to the
318
naming of the standard exceptions.
319
320
Many standard modules define their own exceptions to report errors that may
0 commit comments