diff options
Diffstat (limited to 'numpy/add_newdocs.py')
-rw-r--r-- | numpy/add_newdocs.py | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/numpy/add_newdocs.py b/numpy/add_newdocs.py index a416559db..f94a6964a 100644 --- a/numpy/add_newdocs.py +++ b/numpy/add_newdocs.py @@ -3067,6 +3067,14 @@ add_newdoc('numpy.core.multiarray', 'ndarray', ('astype', requirements are satisfied, the input array is returned instead of a copy. + Returns + ------- + 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` + is a new array of the same shape as the input array, with dtype, order + given by `dtype`, `order`. + Raises ------ ComplexWarning : |