Commit 95a52dd0 authored by Guido van Rossum's avatar Guido van Rossum

Correct 1-char typo / syntax error.

parent fb2fe475
......@@ -251,7 +251,7 @@ initmath()
if (!(v = PyFloat_FromDouble(exp(1.0))))
goto finally;
if (PyDict_SetItemString(d, "e", ) < 0)
if (PyDict_SetItemString(d, "e", v) < 0)
goto finally;
Py_DECREF(v);
......
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