From 84f8e1f1f5c5df15c33d71ddb65d48e1392b6cb0 Mon Sep 17 00:00:00 2001 From: Aaron Date: Mon, 27 Jan 2025 11:44:19 -0500 Subject: [PATCH] remove stray whitespace --- spyder/plugins/editor/confpage.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spyder/plugins/editor/confpage.py b/spyder/plugins/editor/confpage.py index dee07fa985f..8ed2200eb52 100644 --- a/spyder/plugins/editor/confpage.py +++ b/spyder/plugins/editor/confpage.py @@ -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(