Skip to content

Commit

Permalink
Correct typo in comment.
Browse files Browse the repository at this point in the history
  • Loading branch information
mdickinson committed Jan 22, 2010
1 parent 0d948ac commit 86db342
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Python/pystrtod.c
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 86db342

Please sign in to comment.