diff options
Diffstat (limited to 'numpy/lib/npyio.py')
-rw-r--r-- | numpy/lib/npyio.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/numpy/lib/npyio.py b/numpy/lib/npyio.py index 3881c8882..f37228a22 100644 --- a/numpy/lib/npyio.py +++ b/numpy/lib/npyio.py @@ -722,7 +722,7 @@ def savetxt(fname, X, fmt='%.18e', delimiter=' ', newline='\n'): delimiter : str Character separating columns. newline : str - .. versionadded:: 2.0 + .. versionadded:: 1.5.0 Character separating lines. |