diff options
author | LeLobster <LeLobster@users.noreply.github.com> | 2018-10-07 22:46:22 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-10-07 22:46:22 +0200 |
commit | b70772898811cd92ea72256edca145a0f05725d8 (patch) | |
tree | ae6736b513014e747b708c72f97846570d64d266 | |
parent | 10f4ddfc00ea9d4f6fb7b53bcb69e4613dc48d43 (diff) | |
parent | 3d8df486a82aca3945429df93f16fce75a498e02 (diff) | |
download | ranger-b70772898811cd92ea72256edca145a0f05725d8.tar.gz |
Merge branch 'master' into stborderw3mfix
-rw-r--r-- | ranger/core/actions.py | 2 |
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. """ |