diff options
Diffstat (limited to 'numpy/lib/npyio.py')
-rw-r--r-- | numpy/lib/npyio.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/numpy/lib/npyio.py b/numpy/lib/npyio.py index 271c6ab49..86d757630 100644 --- a/numpy/lib/npyio.py +++ b/numpy/lib/npyio.py @@ -745,6 +745,7 @@ def loadtxt(fname, dtype=float, comments='#', delimiter=None, lines with missing values. .. versionadded:: 1.10.0 + The strings produced by the Python float.hex method can be used as input for floats. |