diff options
author | pvl1 <pavel989@gmail.com> | 2018-10-07 18:19:55 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-10-07 18:19:55 -0400 |
commit | 726acbc115afef7971f54c99138405af02d5e1b0 (patch) | |
tree | 14fd9c2929b8d1d9d2da0c95697a5fca2dec2782 | |
parent | 40f13d845bd492003dce09277f006249f6aa628c (diff) | |
parent | 3d8df486a82aca3945429df93f16fce75a498e02 (diff) | |
download | ranger-726acbc115afef7971f54c99138405af02d5e1b0.tar.gz |
Merge branch 'master' into master
-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. """ |