summaryrefslogtreecommitdiff
path: root/numpy/core/arrayprint.py
diff options
context:
space:
mode:
authorMatthias Bussonnier <bussonniermatthias@gmail.com>2021-01-27 17:43:33 -0800
committerMatthias Bussonnier <bussonniermatthias@gmail.com>2021-01-27 17:52:30 -0800
commitf305d5962614e98eea5d10a2140eee7e16ab9aca (patch)
tree2c86ecbfe79e29188fc040e19d762e16b1d08005 /numpy/core/arrayprint.py
parent11a8f8d7dba0eb7b0bc31f74bec659e2e497abfd (diff)
downloadnumpy-f305d5962614e98eea5d10a2140eee7e16ab9aca.tar.gz
DOC: Misc numpydoc format fixes
Via prototype docstring autoreformatter; and cherry-picked to mostly include spacing issues around colons in parameters and see also. When no space is present numpydoc tend to miss-parse those sections A couple of typos are fixed as well.
Diffstat (limited to 'numpy/core/arrayprint.py')
-rw-r--r--numpy/core/arrayprint.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/numpy/core/arrayprint.py b/numpy/core/arrayprint.py
index 94ec8ed34..3fade4824 100644
--- a/numpy/core/arrayprint.py
+++ b/numpy/core/arrayprint.py
@@ -538,7 +538,7 @@ def array2string(a, max_line_width=None, precision=None,
separator : str, optional
Inserted between elements.
prefix : str, optional
- suffix: str, optional
+ suffix : str, optional
The length of the prefix and suffix strings are used to respectively
align and wrap the output. An array is typically printed as::