Skip to content

Commit

Permalink
Edit to argparse help
Browse files Browse the repository at this point in the history
  • Loading branch information
palisadoes committed Jan 12, 2025
1 parent 83cc020 commit ef9bb34
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/scripts/check_docstrings.py
Original file line number Diff line number Diff line change
Expand Up @@ -736,7 +736,7 @@ def main():
default=".",
nargs="+",
type=str,
help="Directory where the cache files are located.",
help="Directories to scan for docsctring compliant python files.",
)
args = parser.parse_args()

Expand Down

0 comments on commit ef9bb34

Please sign in to comment.