summary refs log tree commit diff stats
path: root/ranger/gui/curses_shortcuts.py
diff options
context:
space:
mode:
Diffstat (limited to 'ranger/gui/curses_shortcuts.py')
-rw-r--r--ranger/gui/curses_shortcuts.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/ranger/gui/curses_shortcuts.py b/ranger/gui/curses_shortcuts.py
index 571824ba..3fce7fcd 100644
--- a/ranger/gui/curses_shortcuts.py
+++ b/ranger/gui/curses_shortcuts.py
@@ -13,8 +13,8 @@ def _fix_surrogates(args):
             .decode('utf-8', 'replace') or arg for arg in args]
 
 class CursesShortcuts(SettingsAware):
-    """
-    This class defines shortcuts to faciliate operations with curses.
+    """This class defines shortcuts to faciliate operations with curses.
+
     color(*keys) -- sets the color associated with the keys from
         the current colorscheme.
     color_at(y, x, wid, *keys) -- sets the color at the given position