From 20094d7d41f7a0dde2e462cbb784d366019fe75f Mon Sep 17 00:00:00 2001 From: ConstancePoulain Date: Tue, 18 Apr 2017 20:55:36 +0200 Subject: [PATCH] Update ARE-DYNAMIC.py --- ARE-DYNAMIC.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ARE-DYNAMIC.py b/ARE-DYNAMIC.py index a9b2f09..d916174 100644 --- a/ARE-DYNAMIC.py +++ b/ARE-DYNAMIC.py @@ -546,7 +546,7 @@ def Interface(): Radiobutton(fenetre, text="Type 0", variable=Var_choix, value=0).grid(row=5, sticky=W) Radiobutton(fenetre, text="Type 1", variable=Var_choix, value=1, command=affichage_combobox).grid(row=6, sticky=W) Radiobutton(fenetre, text="Type 2", variable=Var_choix, value=2, command=affichage_combobox).grid(row=7, sticky=W) - Radiobutton(fenetre, text="Type 3", variable=Var_choix, value=3command=affichage_combobox).grid(row=8, sticky=W) + Radiobutton(fenetre, text="Type 3", variable=Var_choix, value=3, command=affichage_combobox).grid(row=8, sticky=W) Radiobutton(fenetre, text="Type 4", variable=Var_choix, value=4, command=saisir_les_pourcentages).grid(row=9, sticky=W) Button(fenetre, text="Infos", command=affichage_fenetre_infos).grid(row=7, column=1, sticky=W) Label(fenetre, text="Saisir le nombre d'itérations:").grid(row = 15, columnspan=1)