mirror of
https://github.com/python/cpython.git
synced 2025-08-31 22:18:28 +00:00
Fix a typo about a comma. (GH-10306)
This commit is contained in:
parent
e2ed5adcb5
commit
fe62d877e3
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue