Skip to content

Commit

Permalink
Merge pull request #21695 from juliangilbey/fix-comment-quoting
Browse files Browse the repository at this point in the history
PR: Fix triple-quoted docstring of a method (Editor)
  • Loading branch information
ccordoba12 authored Jan 19, 2024
2 parents 5e10ebf + 42ffe0b commit 8daa1fe
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 8daa1fe

Please sign in to comment.