Skip to content

Commit e151e44

Browse files
authored
Merge pull request numpy#27108 from ngoldbaum/fix-docstring
DOC: remove incorrect docstring comment
2 parents cf2d77a + 8cec566 commit e151e44

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

numpy/_core/src/multiarray/dtypemeta.c

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -159,9 +159,8 @@ PyArray_ArrFuncs default_funcs = {
159159
/*
160160
* Internal version of PyArrayInitDTypeMeta_FromSpec.
161161
*
162-
* See the documentation of that function for more details. Does not do any
163-
* error checking.
164-
162+
* See the documentation of that function for more details.
163+
*
165164
* Setting priv to a nonzero value indicates that a dtypemeta is being
166165
* initialized from inside NumPy, otherwise this function is being called by
167166
* the public implementation.

0 commit comments

Comments
 (0)