diff options
author | Samuel St-Jean <stjeansam@gmail.com> | 2016-03-09 17:05:50 +0100 |
---|---|---|
committer | Samuel St-Jean <stjeansam@gmail.com> | 2016-03-09 17:05:50 +0100 |
commit | d46d7beec5dd9f0f1bf5728451a38c0655751053 (patch) | |
tree | 1f882c4532e028b91389a8ad1b02c1f1762463f5 /numpy/lib/stride_tricks.py | |
parent | b92cc76afad2e74cbbf6f5b9f5b68050f7c8642a (diff) | |
download | numpy-d46d7beec5dd9f0f1bf5728451a38c0655751053.tar.gz |
DOC: fix typo
Found this while reading a docstring.
Diffstat (limited to 'numpy/lib/stride_tricks.py')
-rw-r--r-- | numpy/lib/stride_tricks.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/numpy/lib/stride_tricks.py b/numpy/lib/stride_tricks.py index af09fd373..a87c34fb5 100644 --- a/numpy/lib/stride_tricks.py +++ b/numpy/lib/stride_tricks.py @@ -175,7 +175,7 @@ def broadcast_to(array, shape, subok=False): def _broadcast_shape(*args): - """Returns the shape of the ararys that would result from broadcasting the + """Returns the shape of the arrays that would result from broadcasting the supplied arrays against each other. """ if not args: |