Fix a typo about a comma. (GH-10306)
(cherry picked from commit fe62d877e3
)
Co-authored-by: İsmail Arılık <arilik.ismail@gmail.com>
This commit is contained in:
parent
a9122d183b
commit
133fd6527d
|
@ -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…
Reference in New Issue