Skip to content

Commit

Permalink
chore(fill): improve docstring readability
Browse files Browse the repository at this point in the history
  • Loading branch information
danceratopz committed Jun 13, 2024
1 parent 097e5ed commit d1ee6ff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pytest_plugins/test_filler/test_filler.py
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@ def pytest_addoption(parser):
help=(
"Directory path to store the generated test fixtures. "
"If the specified path ends in '.tar.gz', then the specified tarball is additionally "
"created (the fixtures are still written to the specified path without '.tar.gz' "
"created (the fixtures are still written to the specified path without the '.tar.gz' "
f"suffix). Can be deleted. Default: '{default_output_directory()}'."
),
)
Expand Down

0 comments on commit d1ee6ff

Please sign in to comment.