summaryrefslogtreecommitdiff
path: root/numpy/core/src/multiarray/convert_datatype.c
diff options
context:
space:
mode:
Diffstat (limited to 'numpy/core/src/multiarray/convert_datatype.c')
-rw-r--r--numpy/core/src/multiarray/convert_datatype.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/numpy/core/src/multiarray/convert_datatype.c b/numpy/core/src/multiarray/convert_datatype.c
index 849386504..1db3bfe85 100644
--- a/numpy/core/src/multiarray/convert_datatype.c
+++ b/numpy/core/src/multiarray/convert_datatype.c
@@ -36,7 +36,7 @@ NPY_NO_EXPORT npy_intp REQUIRED_STR_LEN[] = {0, 3, 5, 10, 10, 20, 20, 20, 20};
* For backward compatibility
*
* Cast an array using typecode structure.
- * steals reference to at --- cannot be NULL
+ * steals reference to dtype --- cannot be NULL
*
* This function always makes a copy of arr, even if the dtype
* doesn't change.