From 42ffe0beedc68d304be614fc5b1033c616183157 Mon Sep 17 00:00:00 2001 From: Julian Gilbey Date: Thu, 11 Jan 2024 13:18:38 +0000 Subject: [PATCH] Fix triple-quoted docstring quotes --- spyder/plugins/editor/plugin.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spyder/plugins/editor/plugin.py b/spyder/plugins/editor/plugin.py index ef07a264fd4..d0e564727b2 100644 --- a/spyder/plugins/editor/plugin.py +++ b/spyder/plugins/editor/plugin.py @@ -2116,7 +2116,7 @@ def clear_recent_files(self): @Slot() def change_max_recent_files(self): - "Change max recent files entries""" + """Change max recent files entries""" editorstack = self.get_current_editorstack() mrf, valid = QInputDialog.getInt(editorstack, _('Editor'), _('Maximum number of recent files'),