diff options
author | Jaime <jaime.frio@gmail.com> | 2016-03-09 19:45:56 +0100 |
---|---|---|
committer | Jaime <jaime.frio@gmail.com> | 2016-03-09 19:45:56 +0100 |
commit | 196c3377df3ce1999247556e76c69420e54a3afd (patch) | |
tree | 1f882c4532e028b91389a8ad1b02c1f1762463f5 /numpy/lib/stride_tricks.py | |
parent | b92cc76afad2e74cbbf6f5b9f5b68050f7c8642a (diff) | |
parent | d46d7beec5dd9f0f1bf5728451a38c0655751053 (diff) | |
download | numpy-196c3377df3ce1999247556e76c69420e54a3afd.tar.gz |
Merge pull request #7398 from samuelstjean/patch-1
DOC: fix typo
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: |