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

This commit is contained in:
İsmail Arılık 2018-11-03 08:05:59 -07:00 committed by Serhiy Storchaka
parent e2ed5adcb5
commit fe62d877e3

View file

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