diff options
Diffstat (limited to 'numpy/core/src/arraymethods.c')
-rw-r--r-- | numpy/core/src/arraymethods.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/numpy/core/src/arraymethods.c b/numpy/core/src/arraymethods.c index d2d2b9b47..4de5c811f 100644 --- a/numpy/core/src/arraymethods.c +++ b/numpy/core/src/arraymethods.c @@ -229,8 +229,8 @@ array_swapaxes(PyArrayObject *self, PyObject *args) } static char doc_getfield[] = "m.getfield(dtype, offset) returns a field "\ - " of the given array as a certain type. A field is a view of "\ - " the array's data with each itemsize determined by the given type"\ + " of the given array as a certain type. \nA field is a view of "\ + " the array's data with each itemsize determined by the\ngiven type"\ " and the offset into the current array."; /* steals typed reference */ |