Browse Source

Fix a typo about a comma. (GH-10306)

pull/10320/head
İsmail Arılık 7 years ago
committed by Serhiy Storchaka
parent
commit
fe62d877e3
  1. 2
      Doc/tutorial/errors.rst

2
Doc/tutorial/errors.rst

@ -314,7 +314,7 @@ to create specific exception classes for different error conditions::
self.next = next
self.message = message
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
naming of the standard exceptions.
Many standard modules define their own exceptions to report errors that may

Loading…
Cancel
Save