Skip to content

Commit

Permalink
chore: Fix typo in docstring
Browse files Browse the repository at this point in the history
  • Loading branch information
tony committed May 4, 2024
1 parent f21d903 commit a51f7ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pytest_doctest_docutils.py
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@


def pytest_addoption(parser: "Parser") -> None:
"""Add options to py.test for doctest_doctests."""
"""Add options to py.test for doctest_docutils."""
group = parser.getgroup("collect")
group.addoption(
"--doctest-docutils-modules",
Expand Down

0 comments on commit a51f7ca

Please sign in to comment.