summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorLoïc Estève <loic.esteve@ymail.com>2017-10-01 07:13:11 +0200
committerLoïc Estève <loic.esteve@ymail.com>2017-10-01 07:14:32 +0200
commit13fbb846c62dd46b4228c1bc912061a67ba29054 (patch)
treeae9b434edc51aad59d69adc67c6875cddc4e6a05 /doc
parentd05fd3032cccabf5ed18840b43513a73499af5d6 (diff)
downloadnumpy-13fbb846c62dd46b4228c1bc912061a67ba29054.tar.gz
DOC: add missing underscore in set_printoptions
Diffstat (limited to 'doc')
-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