Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 228776c

Browse files
committed
PyExc_NumberError -> PyExc_ArithmeticError
1 parent ac8a9f3 commit 228776c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

PC/python_nt.def

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ EXPORTS
1515
Py_VerboseFlag DATA
1616
PyExc_Exception DATA
1717
PyExc_StandardError DATA
18-
PyExc_NumberError DATA
18+
PyExc_ArithmeticError DATA
1919
PyExc_LookupError DATA
2020
PyExc_AttributeError DATA
2121
PyExc_EOFError DATA

0 commit comments

Comments
 (0)