summaryrefslogtreecommitdiff
path: root/numpy/lib/stride_tricks.py
diff options
context:
space:
mode:
authorSamuel St-Jean <stjeansam@gmail.com>2016-03-09 17:05:50 +0100
committerSamuel St-Jean <stjeansam@gmail.com>2016-03-09 17:05:50 +0100
commitd46d7beec5dd9f0f1bf5728451a38c0655751053 (patch)
tree1f882c4532e028b91389a8ad1b02c1f1762463f5 /numpy/lib/stride_tricks.py
parentb92cc76afad2e74cbbf6f5b9f5b68050f7c8642a (diff)
downloadnumpy-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.py2
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: