Skip to content

Commit

Permalink
[latex] Fix typo in comment: "two-l{a => e}tter"
Browse files Browse the repository at this point in the history
  • Loading branch information
mpsijm committed Apr 14, 2024
1 parent b05a161 commit 80f4e74
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/latex.py
Original file line number Diff line number Diff line change
Expand Up @@ -232,7 +232,7 @@ def run_latexmk(stdout, stderr):
def build_problem_pdf(problem, language, solution=False, web=False):
"""
Arguments:
-- language: str, the two-latter language code appearing the file name, such as problem.en.tex
-- language: str, the two-letter language code appearing the file name, such as problem.en.tex
"""
main_file = 'solution' if solution else 'problem'
main_file += '-web.tex' if web else '.tex'
Expand Down

0 comments on commit 80f4e74

Please sign in to comment.