about summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorWojciech Siewierski <wojciech.siewierski@onet.pl>2018-10-07 22:44:53 +0200
committerWojciech Siewierski <wojciech.siewierski@onet.pl>2018-10-07 22:44:53 +0200
commit3d8df486a82aca3945429df93f16fce75a498e02 (patch)
treedc8e36ddc235f4db24591023ff388746fda4021a
parent9454e9ff072007a2b2ed99bd11863b2cb8397785 (diff)
downloadranger-3d8df486a82aca3945429df93f16fce75a498e02.tar.gz
Fix a misnamed command in the documentation
-rw-r--r--ranger/core/actions.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/ranger/core/actions.py b/ranger/core/actions.py
index 40fd52a3..2241bc5b 100644
--- a/ranger/core/actions.py
+++ b/ranger/core/actions.py
@@ -211,7 +211,7 @@ class Actions(  # pylint: disable=too-many-instance-attributes,too-many-public-m
         self.ui.redraw_main_column()
 
     def redraw_window(self):
-        """:redraw
+        """:redraw_window
 
         Redraw the window.
         """