Skip to content

Commit

Permalink
removed print typo
Browse files Browse the repository at this point in the history
  • Loading branch information
nerdvegas committed Feb 11, 2022
1 parent 75df2dd commit 5af1dab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion wiki/update-wiki.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@

# py3.7+ only
if sys.version_info[:2] < (3, 7):
print("update-wiki.py: ust use python-3.7 or greater", file=sys.stderr)
print("update-wiki.py: use python-3.7 or greater", file=sys.stderr)
sys.exit(1)


Expand Down

0 comments on commit 5af1dab

Please sign in to comment.