Skip to content

Commit

Permalink
Fix little typo in ShortcutsSummaryDialog class name
Browse files Browse the repository at this point in the history
  • Loading branch information
rlaverde committed Nov 30, 2016
1 parent effb123 commit 68ee28e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spyder/widgets/shortcutssummary.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
MAX_FONT_SIZE = 16
MIN_FONT_SIZE = 8

class ShortCutsSummaryDialog(QDialog):
class ShortcutsSummaryDialog(QDialog):
"""
Dialog window listing the spyder and plugins shortcuts.
Expand Down

0 comments on commit 68ee28e

Please sign in to comment.