about summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorLeLobster <LeLobster@users.noreply.github.com>2018-10-07 22:46:22 +0200
committerGitHub <noreply@github.com>2018-10-07 22:46:22 +0200
commitb70772898811cd92ea72256edca145a0f05725d8 (patch)
treeae6736b513014e747b708c72f97846570d64d266
parent10f4ddfc00ea9d4f6fb7b53bcb69e4613dc48d43 (diff)
parent3d8df486a82aca3945429df93f16fce75a498e02 (diff)
downloadranger-b70772898811cd92ea72256edca145a0f05725d8.tar.gz
Merge branch 'master' into stborderw3mfix
-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.
         """