diff options
author | edschofield <edschofield@localhost> | 2006-01-05 00:27:06 +0000 |
---|---|---|
committer | edschofield <edschofield@localhost> | 2006-01-05 00:27:06 +0000 |
commit | 605f8a5533071a0939fb5cbbc94dafede8006074 (patch) | |
tree | 9b26432c299b0d3d80a4cf9c3d399d89a8c0f41d /numpy/lib/shape_base.py | |
parent | 6a0653c0eabcc39a1a45565fc9dd21857c465aba (diff) | |
download | numpy-605f8a5533071a0939fb5cbbc94dafede8006074.tar.gz |
More documentation updates
Diffstat (limited to 'numpy/lib/shape_base.py')
-rw-r--r-- | numpy/lib/shape_base.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/numpy/lib/shape_base.py b/numpy/lib/shape_base.py index e35b30f6e..886a465db 100644 --- a/numpy/lib/shape_base.py +++ b/numpy/lib/shape_base.py @@ -336,7 +336,7 @@ def array_split(ary,indices_or_sections,axis = 0): of rows. This seems like the appropriate default, but we've agreed most other functions should default to axis=-1. Perhaps we should use axis=-1 for consistency. - However, we could also make the argument that SciPy + However, we could also make the argument that NumPy works on "rows" by default. sum() sums up rows of values. split() will split data into rows. Opinions? """ @@ -401,7 +401,7 @@ def split(ary,indices_or_sections,axis=0): of rows. This seems like the appropriate default, but we've agreed most other functions should default to axis=-1. Perhaps we should use axis=-1 for consistency. - However, we could also make the argument that SciPy + However, we could also make the argument that NumPy works on "rows" by default. sum() sums up rows of values. split() will split data into rows. Opinions? """ |