diff options
author | Matthias Bussonnier <bussonniermatthias@gmail.com> | 2021-01-27 17:43:33 -0800 |
---|---|---|
committer | Matthias Bussonnier <bussonniermatthias@gmail.com> | 2021-01-27 17:52:30 -0800 |
commit | f305d5962614e98eea5d10a2140eee7e16ab9aca (patch) | |
tree | 2c86ecbfe79e29188fc040e19d762e16b1d08005 /numpy/core/shape_base.py | |
parent | 11a8f8d7dba0eb7b0bc31f74bec659e2e497abfd (diff) | |
download | numpy-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/shape_base.py')
-rw-r--r-- | numpy/core/shape_base.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/numpy/core/shape_base.py b/numpy/core/shape_base.py index e90358ba5..89e98ab30 100644 --- a/numpy/core/shape_base.py +++ b/numpy/core/shape_base.py @@ -607,7 +607,7 @@ def _block_info_recursion(arrays, max_depth, result_ndim, depth=0): The arrays to check max_depth : list of int The number of nested lists - result_ndim: int + result_ndim : int The number of dimensions in thefinal array. Returns |