Skip to content

Commit

Permalink
change to trigger python workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
john0isaac committed May 5, 2024
1 parent 3283a86 commit 9f6d961
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_markdown_checker.py
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ def check_urls_locale() -> None:
)
)
except ValueError:
print("Please input number")
print("Please input number.")

for choice in choices:
if 0 < choice and choice < 6:
Expand Down

0 comments on commit 9f6d961

Please sign in to comment.