mirror of
https://github.com/python/cpython.git
synced 2025-10-07 07:31:46 +00:00
Removed duplicated words in in comments and docs.
This commit is contained in:
parent
b491e0521f
commit
56a6d855e2
16 changed files with 19 additions and 19 deletions
|
@ -325,7 +325,7 @@ _PyOS_ascii_strtod(const char *nptr, char **endptr)
|
|||
|
||||
On overflow (e.g., when trying to convert '1e500' on an IEEE 754 machine),
|
||||
if overflow_exception is NULL then +-Py_HUGE_VAL is returned, and no Python
|
||||
exception is raised. Otherwise, overflow_exception should point to a
|
||||
exception is raised. Otherwise, overflow_exception should point to
|
||||
a Python exception, this exception will be raised, -1.0 will be returned,
|
||||
and *endptr will point just past the end of the converted value.
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue