summaryrefslogtreecommitdiff
path: root/numpy/lib/stride_tricks.py
diff options
context:
space:
mode:
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: