Skip to content

Commit 7401433

Browse files
committed
Fix line numbers
1 parent 83fc1b2 commit 7401433

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

numpydoc/tests/hooks/test_validate_hook.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -270,9 +270,9 @@ def test_validate_hook_exclude_option_setup_cfg(example_module, tmp_path, capsys
270270
+===========================================+=====================================+=========+========================================+
271271
| numpydoc/tests/hooks/example_module.py:4 | example_module.some_function | PR01 | Parameters {'name'} not documented |
272272
+-------------------------------------------+-------------------------------------+---------+----------------------------------------+
273-
| numpydoc/tests/hooks/example_module.py:18 | example_module.MyClass.do_something | PR01 | Parameters {'**kwargs'} not documented |
273+
| numpydoc/tests/hooks/example_module.py:17 | example_module.MyClass.do_something | PR01 | Parameters {'**kwargs'} not documented |
274274
+-------------------------------------------+-------------------------------------+---------+----------------------------------------+
275-
| numpydoc/tests/hooks/example_module.py:18 | example_module.MyClass.do_something | PR07 | Parameter "*args" has no description |
275+
| numpydoc/tests/hooks/example_module.py:17 | example_module.MyClass.do_something | PR07 | Parameter "*args" has no description |
276276
+-------------------------------------------+-------------------------------------+---------+----------------------------------------+
277277
"""
278278
)

0 commit comments

Comments
 (0)