summaryrefslogtreecommitdiff
path: root/examples/simple/hello.py
diff options
context:
space:
mode:
Diffstat (limited to 'examples/simple/hello.py')
-rwxr-xr-xexamples/simple/hello.py3
1 files changed, 1 insertions, 2 deletions
diff --git a/examples/simple/hello.py b/examples/simple/hello.py
index 129c4ebe..79909b06 100755
--- a/examples/simple/hello.py
+++ b/examples/simple/hello.py
@@ -26,7 +26,6 @@ button.connect("clicked", hello)
window.add(button)
button.show()
-# as the button is within the window this also shows the window
+# as the button is within the window this also shows the window
window.show_all()
gtk.main()
-