Skip to content

Commit

Permalink
Correct line number in test output
Browse files Browse the repository at this point in the history
With this and preceeding work, closing #3.

All the RST### codes now have tests, and we cover
module, method, function and class docstrings.
  • Loading branch information
peterjc committed Apr 16, 2021
1 parent a9defa0 commit e4bc15a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/RST203/def_list.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
This is expected to fail validation:
$ flake8 --select RST RST203/def_list.py
RST203/def_list.py:19:1: RST203 Definition list ends without a blank line; unexpected unindent.
RST203/def_list.py:21:1: RST203 Definition list ends without a blank line; unexpected unindent.
In this case, the four parameters should all have their own ``:parameter``
opening.
Expand Down

0 comments on commit e4bc15a

Please sign in to comment.