Skip to content

Commit

Permalink
Fix triple-quoted docstring quotes
Browse files Browse the repository at this point in the history
  • Loading branch information
Julian Gilbey committed Jan 11, 2024
1 parent 87772f3 commit 42ffe0b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spyder/plugins/editor/plugin.py
Original file line number Diff line number Diff line change
Expand Up @@ -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'),
Expand Down

0 comments on commit 42ffe0b

Please sign in to comment.