Commit 228776cf authored by Fred Drake's avatar Fred Drake

PyExc_NumberError -> PyExc_ArithmeticError

parent ac8a9f3e
...@@ -15,7 +15,7 @@ EXPORTS ...@@ -15,7 +15,7 @@ EXPORTS
Py_VerboseFlag DATA Py_VerboseFlag DATA
PyExc_Exception DATA PyExc_Exception DATA
PyExc_StandardError DATA PyExc_StandardError DATA
PyExc_NumberError DATA PyExc_ArithmeticError DATA
PyExc_LookupError DATA PyExc_LookupError DATA
PyExc_AttributeError DATA PyExc_AttributeError DATA
PyExc_EOFError DATA PyExc_EOFError DATA
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment