mirror of
https://github.com/python/cpython.git
synced 2025-07-24 03:35:53 +00:00
PyExc_NumberError -> PyExc_ArithmeticError
This commit is contained in:
parent
ac8a9f3ee9
commit
228776cfa8
1 changed files with 1 additions and 1 deletions
|
@ -15,7 +15,7 @@ EXPORTS
|
|||
Py_VerboseFlag DATA
|
||||
PyExc_Exception DATA
|
||||
PyExc_StandardError DATA
|
||||
PyExc_NumberError DATA
|
||||
PyExc_ArithmeticError DATA
|
||||
PyExc_LookupError DATA
|
||||
PyExc_AttributeError DATA
|
||||
PyExc_EOFError DATA
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue