Skip to content

Commit

Permalink
remove stray whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
athompson673 authored Jan 27, 2025
1 parent 78b28c3 commit 84f8e1f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spyder/plugins/editor/confpage.py
Original file line number Diff line number Diff line change
Expand Up @@ -467,7 +467,7 @@ def __init__(self, parent):
_("Goto Definition"),
mouse_shortcuts['goto_definition']
)
self.goto_def_shortcut .sig_changed.connect(self.validate)
self.goto_def_shortcut.sig_changed.connect(self.validate)
layout.addWidget(self.goto_def_shortcut)

self.add_cursor_shortcut = ShortcutSelector(
Expand Down

0 comments on commit 84f8e1f

Please sign in to comment.