diff options
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 d7f3de217..c1813512a 100644 --- a/numpy/lib/npyio.py +++ b/numpy/lib/npyio.py @@ -916,9 +916,9 @@ def savetxt(fname, X, fmt='%.18e', delimiter=' ', newline='\n', header='', and imaginary part must have separate specifiers, e.g. `['%.3e + %.3ej', '(%.15e%+.15ej)']` for 2 columns delimiter : str, optional - Character separating columns. + String or character separating columns. newline : str, optional - Character separating lines. + String or character separating lines. .. versionadded:: 1.5.0 header : str, optional |