Skip to content

Commit

Permalink
pep8
Browse files Browse the repository at this point in the history
  • Loading branch information
athompson673 committed Jan 4, 2025
1 parent 490d5a0 commit 908c036
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions spyder/plugins/editor/widgets/codeeditor/multicursor_mixin.py
Original file line number Diff line number Diff line change
Expand Up @@ -53,9 +53,9 @@ def init_multi_cursor(self):

def __selection_colors(self, cache=[]):
"""
Delayed retrival of highlighted text style colors with cached results.
This is needed as the palette hasn't been correctly set at the time
init_multi_cursor is called.
Delayed retrival of highlighted text style colors. This is needed as
the palette hasn't been correctly set at the time init_multi_cursor is
called.
"""
if not cache:
# Text Color
Expand Down

0 comments on commit 908c036

Please sign in to comment.