From e71f25655dae774cdd7e4205ca7afd276b286a76 Mon Sep 17 00:00:00 2001 From: logeaux <36168460+logeaux@users.noreply.github.com> Date: Sat, 14 Jul 2018 22:34:53 -0500 Subject: DOC: Updated array2string description (#11571) * DOC: Updated array2string description * DOC: Updated array2string description --- numpy/core/arrayprint.py | 2 ++ 1 file changed, 2 insertions(+) (limited to 'numpy/core/arrayprint.py') diff --git a/numpy/core/arrayprint.py b/numpy/core/arrayprint.py index 6d15cb23f..a4b5aecc3 100644 --- a/numpy/core/arrayprint.py +++ b/numpy/core/arrayprint.py @@ -528,6 +528,8 @@ def array2string(a, max_line_width=None, precision=None, The output is left-padded by the length of the prefix string, and wrapping is forced at the column ``max_line_width - len(suffix)``. + It should be noted that the content of prefix and suffix strings are + not included in the output. style : _NoValue, optional Has no effect, do not use. -- cgit v1.2.1