Skip to content

Commit 2b3cd4f

Browse files
committed
Missed argument rename
1 parent dcf2553 commit 2b3cd4f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

numpydoc/validate.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -468,7 +468,7 @@ def validate(obj_name):
468468
they are validated, are not documented more than in the source code of this
469469
function.
470470
"""
471-
doc = Docstring(func_name)
471+
doc = Docstring(obj_name)
472472

473473
errs = []
474474
if not doc.raw_doc:

0 commit comments

Comments
 (0)