diff --git a/app/scodoc/sco_groups.py b/app/scodoc/sco_groups.py
index 3c83e9d0c..821cc92e6 100644
--- a/app/scodoc/sco_groups.py
+++ b/app/scodoc/sco_groups.py
@@ -1583,6 +1583,7 @@ def listgroups_abbrev(groups):
# form_group_choice replaces formChoixGroupe
+# obsolete, utilisé seulement par formsemestre_inscription_with_modules
def form_group_choice(
formsemestre_id,
allow_none=True, # offre un choix vide dans chaque partition
diff --git a/app/scodoc/sco_moduleimpl_status.py b/app/scodoc/sco_moduleimpl_status.py
index 3aada3c72..661c0b3f2 100644
--- a/app/scodoc/sco_moduleimpl_status.py
+++ b/app/scodoc/sco_moduleimpl_status.py
@@ -884,7 +884,7 @@ def _ligne_evaluation(
f"""{gr_moyenne["gr_moy"]} ({gr_moyenne["gr_nb_notes"]} notes"""
)
if gr_moyenne["gr_nb_att"] > 0:
@@ -899,7 +899,7 @@ def _ligne_evaluation(
H.append(
f"""incomplet : terminer saisie]"""
)
else:
diff --git a/sco_version.py b/sco_version.py
index a3ff9daf7..d06324c1c 100644
--- a/sco_version.py
+++ b/sco_version.py
@@ -3,7 +3,7 @@
"Infos sur version ScoDoc"
-SCOVERSION = "9.7.35"
+SCOVERSION = "9.7.36"
SCONAME = "ScoDoc"