Skip to content

Commit 8cb4ef9

Browse files
committed
gladevcp: fix typo
Found via codespell
1 parent 0b54312 commit 8cb4ef9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lib/python/gladevcp/tooledit_widget.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -704,7 +704,7 @@ def on_tree_navigate_key_press(self, treeview, event, filter):
704704
pass
705705

706706
class ExceptionMessage(Exception):
707-
""" Exception to display a Message as an Eception.
707+
""" Exception to display a Message as an Exception.
708708
Usage: raise ExceptionMessage(<message>)
709709
"""
710710
def __init__(self, message):

0 commit comments

Comments
 (0)