Skip to content

Commit

Permalink
Further reduce spelling mistakes by 1
Browse files Browse the repository at this point in the history
  • Loading branch information
thorehusfeldt committed Jan 15, 2024
1 parent b7ea98c commit ee8d293
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/problem.py
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ def _determine_statement_languages(self):
case None:
error(rf"No \problemname found in problem.{lang}.tex")
continue
case r'\\problemyamlmname':
case r'\\problemyamlname':
continue
case s if '\\' in s or '_' in s or '^' in s:
# texname contains markup, like "CO_2" or "\emph{Hello}":
Expand Down

0 comments on commit ee8d293

Please sign in to comment.