Skip to content
This repository was archived by the owner on May 5, 2024. It is now read-only.

Commit 48a1f4a

Browse files
authored
Merge pull request #4 from ProSureString/patch-1
Fix typo in desktop.py
2 parents 7cc65f4 + 75e9b13 commit 48a1f4a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

chat/desktop.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -152,7 +152,7 @@ def load_files():
152152
root.mainloop()
153153

154154
root = tk.Tk()
155-
root.title("PthonOS")
155+
root.title("PythonicOS")
156156
root.geometry("640x480")
157157

158158
taskbar = tk.Frame(root, height=40, bg='lightgrey')
@@ -379,4 +379,4 @@ def is_pinned(filepath):
379379

380380
load_files()
381381

382-
root.mainloop()
382+
root.mainloop()

0 commit comments

Comments
 (0)