From d46d7beec5dd9f0f1bf5728451a38c0655751053 Mon Sep 17 00:00:00 2001 From: Samuel St-Jean Date: Wed, 9 Mar 2016 17:05:50 +0100 Subject: DOC: fix typo Found this while reading a docstring. --- numpy/lib/stride_tricks.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'numpy/lib/stride_tricks.py') 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: -- cgit v1.2.1