From a5f22fc8cd0589901db7d3b551bae7ae6fb2c79e Mon Sep 17 00:00:00 2001 From: Bertrand Benjamin Date: Wed, 6 Jan 2021 07:59:42 +0100 Subject: [PATCH] Fix: commentaire -> comment --- recopytex/scripts/prompts.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recopytex/scripts/prompts.py b/recopytex/scripts/prompts.py index ddc3c86..370e9f0 100644 --- a/recopytex/scripts/prompts.py +++ b/recopytex/scripts/prompts.py @@ -193,7 +193,7 @@ def prompt_question(last_question_id="1a", **kwrd): else: print( HTML( - f"Modification de l'élément {kwrd['id']} ({kwrd['commentaire']})" + f"Modification de l'élément {kwrd['id']} ({kwrd['comment']})" ) )