summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCharles Harris <charlesr.harris@gmail.com>2017-10-01 08:38:35 -0600
committerGitHub <noreply@github.com>2017-10-01 08:38:35 -0600
commitca01dd9a74d68cb4181c64075ecde5dc0461989e (patch)
treea0d40442151e682403c80bf11e7c1105902ce2fb
parent57171873c4b5abce3cb84936d4c2c5e36da604cf (diff)
parent13fbb846c62dd46b4228c1bc912061a67ba29054 (diff)
downloadnumpy-ca01dd9a74d68cb4181c64075ecde5dc0461989e.tar.gz
Merge pull request #9803 from lesteve/missing-underscore-set-printoptions
DOC: add missing underscore in set_printoptions
-rw-r--r--doc/release/1.14.0-notes.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/release/1.14.0-notes.rst b/doc/release/1.14.0-notes.rst
index 3224b80fd..624886eb1 100644
--- a/doc/release/1.14.0-notes.rst
+++ b/doc/release/1.14.0-notes.rst
@@ -311,7 +311,7 @@ source to the destination.
Using field "titles" in multiple-field indexing is now disallowed, as is
repeating a field name in a multiple-field index.
-``sign`` option added to ``np.setprintoptions`` and ``np.array2string``
+``sign`` option added to ``np.set_printoptions`` and ``np.array2string``
-----------------------------------------------------------------------
This option controls printing of the sign of floating-point types, and may be
one of the characters '-', '+' or ' ', or the string 'legacy'. With '+' numpy