Skip to content

Commit d832a85

Browse files
committed
typos
1 parent 7f13346 commit d832a85

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

aleatoire/aleatoire.tex

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -345,7 +345,8 @@
345345
return
346346

347347
# Boutons
348-
bouton_deplacer=Button(root,text="Déplacer",width=20,command=action_deplacer)
348+
bouton_deplacer=Button(root,text="Déplacer",width=20,
349+
command=action_deplacer)
349350
bouton_deplacer.pack(pady=10)
350351

351352
bouton_quitter = Button(root,text="Quitter",width=20,command=root.quit)

0 commit comments

Comments
 (0)