summaryrefslogtreecommitdiff
path: root/numpy/core
diff options
context:
space:
mode:
authorStephan Hoyer <shoyer@google.com>2018-12-01 15:19:46 -0800
committerStephan Hoyer <shoyer@google.com>2018-12-01 15:19:46 -0800
commita66025af3ceabc92d2ef1c8b06e5dc5c06133d90 (patch)
tree175d86ae4c7262b3a3747675d3ae6ab179e44344 /numpy/core
parente5b43d2fb4d58b3ba72ce71010216da2ca1c1116 (diff)
downloadnumpy-a66025af3ceabc92d2ef1c8b06e5dc5c06133d90.tar.gz
MAINT: reformat comment in C
Diffstat (limited to 'numpy/core')
-rw-r--r--numpy/core/src/multiarray/compiled_base.c6
1 files changed, 4 insertions, 2 deletions
diff --git a/numpy/core/src/multiarray/compiled_base.c b/numpy/core/src/multiarray/compiled_base.c
index 557a7cfe5..102927479 100644
--- a/numpy/core/src/multiarray/compiled_base.c
+++ b/numpy/core/src/multiarray/compiled_base.c
@@ -1158,8 +1158,10 @@ arr_unravel_index(PyObject *self, PyObject *args, PyObject *kwds)
char *kwlist[] = {"indices", "shape", "order", NULL};
- /* TODO: remove this in favor of warning raised in the dispatcher when
- * __array_function__ is enabled by default. */
+ /*
+ * TODO: remove this in favor of warning raised in the dispatcher when
+ * __array_function__ is enabled by default.
+ */
/* Continue to support the older "dims" argument in place
* of the "shape" argument. Issue an appropriate warning