Fix typos

This commit is contained in:
Dimitris Apostolou
2021-11-12 14:23:08 +02:00
parent 45416356ed
commit 2905e7667e
16 changed files with 29 additions and 29 deletions
+1 -1
View File
@@ -424,7 +424,7 @@ def bug_html(m):
try:
disp_prefix, url_prefix = ISSUE_PREFIX_MAP[prefix]
except KeyError:
print("Can't figure out URL for {}{}".formt(prefix,bugno),
print("Can't figure out URL for {}{}".format(prefix,bugno),
file=sys.stderr)
return "{} {}{}".format(kind, prefix, bugno)