diff options
author | cookedm <cookedm@localhost> | 2005-10-29 22:11:33 +0000 |
---|---|---|
committer | cookedm <cookedm@localhost> | 2005-10-29 22:11:33 +0000 |
commit | e380b12e4779e4491619e8612a7e1b198ab03590 (patch) | |
tree | eb1588e51c86c252fbee9403f92ad0717bdcc079 /scipy/base/shape_base.py | |
parent | 5cf79ab742b2555bd0122b093edf71909250ffe3 (diff) | |
download | numpy-e380b12e4779e4491619e8612a7e1b198ab03590.tar.gz |
small whitespace
Diffstat (limited to 'scipy/base/shape_base.py')
-rw-r--r-- | scipy/base/shape_base.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scipy/base/shape_base.py b/scipy/base/shape_base.py index 91fc213d8..d10a30fd4 100644 --- a/scipy/base/shape_base.py +++ b/scipy/base/shape_base.py @@ -115,7 +115,7 @@ def atleast_1d(*arys): """ Force a sequence of arrays to each be at least 1D. Description: - Force an array to be at least 1D. If an array is 0D, the + Force an array to be at least 1D. If an array is 0D, the array is converted to a single row of values. Otherwise, the array is unaltered. Arguments: |