Kaydet (Commit) 6b094a42 authored tarafından Benjamin Peterson's avatar Benjamin Peterson

fix a little typo

üst 0ad5ae02
......@@ -19,7 +19,7 @@ functions and constants
*Note: PC/pyconfig.h defines copysign as _copysign
*/
#ifndef HAVE_COPYSIGN
extern double copysign(doube, double);
extern double copysign(double, double);
#endif
#ifndef HAVE_ACOSH
......
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