Mise à jour de 'app/scodoc/sco_recapcomplet.py'

Typo
This commit is contained in:
pascal.bouron 2022-05-10 09:33:49 +02:00
parent 6e43ec6feb
commit cd1595e217
1 changed files with 1 additions and 1 deletions

View File

@ -131,7 +131,7 @@ def formsemestre_recapcomplet(
for (format, label) in ( for (format, label) in (
("html", "Tableau"), ("html", "Tableau"),
("evals", "Avec toutes les évaluations"), ("evals", "Avec toutes les évaluations"),
("xlsx", "Excel non formatté"), ("xlsx", "Excel non formaté"),
("xml", "Bulletins XML (obsolète)"), ("xml", "Bulletins XML (obsolète)"),
("json", "Bulletins JSON"), ("json", "Bulletins JSON"),
): ):