From 094a81e1352fb6b3a7a614fc8df23d0080cf7cb5 Mon Sep 17 00:00:00 2001 From: Pauli Virtanen Date: Fri, 2 Oct 2009 19:36:37 +0000 Subject: Docstring update: core --- numpy/core/arrayprint.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'numpy/core/arrayprint.py') diff --git a/numpy/core/arrayprint.py b/numpy/core/arrayprint.py index c8bc9438a..df5662b1b 100644 --- a/numpy/core/arrayprint.py +++ b/numpy/core/arrayprint.py @@ -125,9 +125,11 @@ def get_printoptions(): - nanstr : string - infstr : string + For a full description of these options, see `set_printoptions`. + See Also -------- - set_printoptions : parameter descriptions + set_printoptions, set_string_function """ d = dict(precision=_float_output_precision, -- cgit v1.2.1