We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1f5a759 commit 9d482b6Copy full SHA for 9d482b6
1 file changed
main.py
@@ -76,7 +76,7 @@ def get_line_numbers():
76
77
# Initialize the main window
78
root = tk.Tk()
79
-root.title("Junior Professional File Editor")
+root.title("PY File Editor")
80
81
# Set the window icon
82
icon_path = os.path.join(basedir, 'icons', 'favicon.ico')
0 commit comments