mirror of
https://github.com/AdaCore/cpython.git
synced 2026-02-12 12:57:15 -08:00
Fix a typo about a comma. (GH-10306)
This commit is contained in:
committed by
Serhiy Storchaka
parent
e2ed5adcb5
commit
fe62d877e3
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user