Skip to content

Commit

Permalink
Update project.py
Browse files Browse the repository at this point in the history
fix 'how to use' error message
  • Loading branch information
mattvenn authored May 14, 2024
1 parent dd5f168 commit d8d3836
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion project.py
Original file line number Diff line number Diff line change
Expand Up @@ -567,7 +567,7 @@ def check_docs(self):
exit(1)

if "# How to test\n\nExplain how to use your project" in info_md_content:
logging.error("Missing 'How to use' section in docs/info.md")
logging.error("Missing 'How to test' section in docs/info.md")
exit(1)

# use pandoc to create a single page PDF preview
Expand Down

0 comments on commit d8d3836

Please sign in to comment.