From c484d41531c8e620ec6a9bd110a681f3dab6472c Mon Sep 17 00:00:00 2001 From: Samuel St-Jean Date: Tue, 18 Aug 2015 13:40:15 -0400 Subject: Doc : fixed paramter typo --- numpy/add_newdocs.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'numpy/add_newdocs.py') diff --git a/numpy/add_newdocs.py b/numpy/add_newdocs.py index a6d7dc32e..195789a39 100644 --- a/numpy/add_newdocs.py +++ b/numpy/add_newdocs.py @@ -3242,7 +3242,7 @@ add_newdoc('numpy.core.multiarray', 'ndarray', ('astype', ------- arr_t : ndarray Unless `copy` is False and the other conditions for returning the input - array are satisfied (see description for `copy` input paramter), `arr_t` + array are satisfied (see description for `copy` input parameter), `arr_t` is a new array of the same shape as the input array, with dtype, order given by `dtype`, `order`. -- cgit v1.2.1