Skip to content

Commit dce5923

Browse files
committed
Fix typo in comment
--HG-- branch : GTK-prettify
1 parent 1208435 commit dce5923

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bpython/gtk_.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@ def __nonzero__(self):
129129

130130
class SuggestionWindow(gtk.Window):
131131
"""
132-
The window where suggestiosn are displayed.
132+
The window where suggestions are displayed.
133133
"""
134134
__gsignals__ = dict(expose_event=None,
135135
selection_changed=(gobject.SIGNAL_RUN_LAST, None,

0 commit comments

Comments
 (0)