et encore..
This commit is contained in:
parent
db3f7c6c84
commit
de9f5d21ac
1 changed files with 1 additions and 1 deletions
|
@ -62,7 +62,7 @@ class GUI:
|
|||
"""Écran principal"""
|
||||
Label(
|
||||
self.parent,
|
||||
text=f"{self.name} est une application qui permet d'utiliser "
|
||||
text=f"{self.name} est une application qui permet de lire "
|
||||
"plus facilement clang-format",
|
||||
).grid(column=0, row=0, columnspan=2)
|
||||
|
||||
|
|
Reference in a new issue