diff options
author | Charles Harris <charlesr.harris@gmail.com> | 2012-03-04 13:46:06 -0700 |
---|---|---|
committer | Charles Harris <charlesr.harris@gmail.com> | 2012-03-04 13:46:06 -0700 |
commit | 1857ee3e9049260366634f350d67c3fe7609116c (patch) | |
tree | 1b3208f84bf487deb7d848bedee21f771663b40c /numpy/lib/npyio.py | |
parent | 40f0844846a9d7665616b142407a3d74cb65a040 (diff) | |
download | numpy-1857ee3e9049260366634f350d67c3fe7609116c.tar.gz |
DOC: Change versionadded from 2.0.0 to 1.7.0 where needed.
Diffstat (limited to 'numpy/lib/npyio.py')
-rw-r--r-- | numpy/lib/npyio.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/numpy/lib/npyio.py b/numpy/lib/npyio.py index 82bac7d81..221529929 100644 --- a/numpy/lib/npyio.py +++ b/numpy/lib/npyio.py @@ -896,10 +896,10 @@ def savetxt(fname, X, fmt='%.18e', delimiter=' ', newline='\n', header='', .. versionadded:: 1.5.0 header : str, optional String that will be written at the beginning of the file. - .. versionadded:: 2.0.0 + .. versionadded:: 1.7.0 footer : str, optional String that will be written at the end of the file. - .. versionadded:: 2.0.0 + .. versionadded:: 1.7.0 comments : str, optional String that will be prepended to the ``header`` and ``footer`` strings, to mark them as comments. Default: '# ', as expected by e.g. |