mirror of
https://github.com/python/cpython.git
synced 2025-08-03 00:23:06 +00:00
Fix another typo
This commit is contained in:
parent
2bddcbf10e
commit
cc1ecf4d6d
1 changed files with 1 additions and 1 deletions
|
@ -297,7 +297,7 @@ extern "C" {
|
|||
|
||||
/* Py_IS_INFINITY(X)
|
||||
* Return 1 if float or double arg is an infinity, else 0.
|
||||
* Some architectures (Windows) have intrisics for this, so a special
|
||||
* Some architectures (Windows) have intrinsics for this, so a special
|
||||
* macro for this particular test is useful
|
||||
*/
|
||||
#ifndef Py_IS_FINITE
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue