Skip to content

Commit

Permalink
Merge from 5.x: PR #21695
Browse files Browse the repository at this point in the history
  • Loading branch information
ccordoba12 committed Jan 19, 2024
2 parents 2a4fca2 + 8daa1fe commit 041ff59
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 @@ -2328,7 +2328,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 041ff59

Please sign in to comment.