X Tutup
Skip to content

Commit 21a9b12

Browse files
committed
Fix typo in comment
1 parent c3c0e23 commit 21a9b12

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)
X Tutup