Skip to content

Commit fcd1a40

Browse files
committed
Merge pull request #73 from KanoComputing/fix_syntax
Fix syntax errors.
2 parents 5c218b1 + 4805215 commit fcd1a40

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

kano_tutorial/drag_and_drop.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,10 +44,10 @@ def __init__(self):
4444
self.bg_image.set_from_file(drag_bg_filename)
4545

4646
self.label1 = Gtk.Label(_("I can show colors too "
47-
"- 16.7 million of them!")
47+
"- 16.7 million of them!"))
4848
self.label1.get_style_context().add_class("drag_source_label")
4949
self.instruction = Gtk.Label(_("Click, hold, and drag "
50-
"me to the color.")
50+
"me to the color."))
5151
self.instruction.get_style_context().add_class("drag_source_label_bold")
5252

5353
# Mimic dimensions of the image so when the image is hidden,

0 commit comments

Comments
 (0)