summaryrefslogtreecommitdiff
path: root/numpy/add_newdocs.py
diff options
context:
space:
mode:
authorSamuel St-Jean <stjeansam@gmail.com>2015-08-18 13:40:15 -0400
committerSamuel St-Jean <Samuel.St-Jean@usherbrooke.ca>2015-08-18 14:10:41 -0400
commitc484d41531c8e620ec6a9bd110a681f3dab6472c (patch)
treed7fbb119ad6895325cfa3aac9679a927c9117987 /numpy/add_newdocs.py
parent530a6fdd00ac4c9a267d5b3562e6276de3f93061 (diff)
downloadnumpy-c484d41531c8e620ec6a9bd110a681f3dab6472c.tar.gz
Doc : fixed paramter typo
Diffstat (limited to 'numpy/add_newdocs.py')
-rw-r--r--numpy/add_newdocs.py2
1 files changed, 1 insertions, 1 deletions
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`.