From 5efd634118cb887ae0e085740b7acf3823d90cf6 Mon Sep 17 00:00:00 2001 From: afacanc38 Date: Sat, 30 Oct 2021 19:16:20 +0300 Subject: [PATCH] update 1-first-step.py --- vanilla-gtk/1-first-step.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vanilla-gtk/1-first-step.py b/vanilla-gtk/1-first-step.py index ea1e297..34052d9 100644 --- a/vanilla-gtk/1-first-step.py +++ b/vanilla-gtk/1-first-step.py @@ -6,4 +6,4 @@ from gi.repository import Gtk win = Gtk.Window() win.connect("destroy", Gtk.main_quit) win.show_all() -Gtk.main() +Gtk.main() \ No newline at end of file