Skip to content

Commit d123b5c

Browse files
committed
a few more changes
1 parent 0243b91 commit d123b5c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

scripts/tests/test_validate_docstrings.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -714,9 +714,9 @@ def test_bad_generic_functions(self, func):
714714
marks=pytest.mark.xfail),
715715
# Examples tests
716716
('BadGenericDocStrings', 'method',
717-
('Numpy does not need to be imported in the examples,')),
717+
('numpy does not need to be imported in the examples,')),
718718
('BadGenericDocStrings', 'method',
719-
('Pandas does not need to be imported in the examples,')),
719+
('pandas does not need to be imported in the examples,')),
720720
# See Also tests
721721
('BadSeeAlso', 'prefix_pandas',
722722
('pandas.Series.rename in `See Also` section '

0 commit comments

Comments
 (0)