Skip to content

Commit 5f3d146

Browse files
committed
Fixed mistake in comment
1 parent 85ac4f7 commit 5f3d146

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/validate_docstrings.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -480,7 +480,7 @@ def parameter_desc_list(self, param):
480480
desc_list = [line
481481
# The 'Parameters' value of NumpyDocString._parsed_data is
482482
# a list of tuples. Each tuple represents a parameter
483-
# docstring parameter and have the description of
483+
# docstring parameter and has the description of
484484
# the parameter as last element.
485485
for line in self.doc._parsed_data['Parameters'][i][-1]
486486
if line]

0 commit comments

Comments
 (0)