Skip to content

Commit

Permalink
docs: fix markdown inline code typo in a docstring (pantsbuild#18002)
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexTereshenkov committed Jan 27, 2023
1 parent 03d1111 commit bdbf09c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/python/pants/backend/python/goals/coverage_py.py
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ class CoverageSubsystem(PythonToolBase):
help=softwrap(
"""
A list of Python modules or filesystem paths to use in the coverage report, e.g.
`['helloworld_test', 'helloworld/util/dirutil'].
`['helloworld_test', 'helloworld/util/dirutil']`.
Both modules and directory paths are recursive: any submodules or child paths,
respectively, will be included.
Expand Down

0 comments on commit bdbf09c

Please sign in to comment.