diff options
Diffstat (limited to 'numpy')
-rw-r--r-- | numpy/core/src/multiarray/numpyos.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/numpy/core/src/multiarray/numpyos.c b/numpy/core/src/multiarray/numpyos.c index 44b32f4da..dddead7ea 100644 --- a/numpy/core/src/multiarray/numpyos.c +++ b/numpy/core/src/multiarray/numpyos.c @@ -507,7 +507,7 @@ NumPyOS_ascii_strtod(const char *s, char** endptr) /* * ## 2 * - * At least Python versions <= 2.5.2 and <= 2.6.1 + * At least Python versions <= 2.6.1 * * Fails to do best-efforts parsing of strings of the form "1<DP>234" * where <DP> is the decimal point under the foreign locale. |