8000 f · numpy/numpy@5ae0c1a · GitHub
[go: up one dir, main page]

Skip to content

Commit 5ae0c1a

Browse files
committed
f
1 parent 4ae6dfa commit 5ae0c1a

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

numpy/core/src/multiarray/multiarraymodule.c

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4082,9 +4082,6 @@ static struct PyMethodDef array_module_methods[] = {
40824082
{"vdot",
40834083
(PyCFunction)array_vdot,
40844084
METH_VARARGS | METH_KEYWORDS, NULL},
4085-
{"timmy",
4086-
(PyCFunction)array_vdot,
4087-
METH_VARARGS | METH_KEYWORDS, NULL},
40884085
{"matmul",
40894086
(PyCFunction)array_matmul,
40904087
METH_VARARGS | METH_KEYWORDS, NULL},

0 commit comments

Comments
 (0)
0