mirror of
https://github.com/python/cpython.git
synced 2025-09-26 10:19:53 +00:00
fix a little typo
This commit is contained in:
parent
0ad5ae02af
commit
6b094a4258
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue