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 a614cc9 commit 421b41bCopy full SHA for 421b41b
Doc/tutorial/errors.rst
@@ -315,7 +315,7 @@ to create specific exception classes for different error conditions::
315
self.next = next
316
self.msg = msg
317
318
-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
319
naming of the standard exceptions.
320
321
Many standard modules define their own exceptions to report errors that may
0 commit comments