Skip to content

Commit 9d482b6

Browse files
Update main.py
1 parent 1f5a759 commit 9d482b6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

main.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ def get_line_numbers():
7676

7777
# Initialize the main window
7878
root = tk.Tk()
79-
root.title("Junior Professional File Editor")
79+
root.title("PY File Editor")
8080

8181
# Set the window icon
8282
icon_path = os.path.join(basedir, 'icons', 'favicon.ico')

0 commit comments

Comments
 (0)