From 13fbb846c62dd46b4228c1bc912061a67ba29054 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lo=C3=AFc=20Est=C3=A8ve?= Date: Sun, 1 Oct 2017 07:13:11 +0200 Subject: DOC: add missing underscore in set_printoptions --- doc/release/1.14.0-notes.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'doc') 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 -- cgit v1.2.1