mirror of
https://github.com/python/cpython.git
synced 2025-07-27 21:24:32 +00:00
Correct typo in comment.
This commit is contained in:
parent
0d948ac90c
commit
86db34207c
1 changed files with 1 additions and 1 deletions
|
@ -104,7 +104,7 @@ _PyOS_ascii_strtod(const char *nptr, char **endptr)
|
|||
_Py_SET_53BIT_PRECISION_END;
|
||||
|
||||
if (*endptr == nptr)
|
||||
/* string might represent and inf or nan */
|
||||
/* string might represent an inf or nan */
|
||||
result = _Py_parse_inf_or_nan(nptr, endptr);
|
||||
|
||||
return result;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue