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 a9122d1 commit 133fd65Copy full SHA for 133fd65
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