diff options
author | stepshal <nessento@openmailbox.org> | 2016-06-06 23:26:20 +0700 |
---|---|---|
committer | hut <hut@lepus.uberspace.de> | 2016-06-06 23:13:20 +0200 |
commit | 48029a640d20f76fda52672d4876612188912e18 (patch) | |
tree | 221bc16f2d607b0e0b66f7b117d0dd7969c27a04 | |
parent | 33abb9feca7ff5fde9afebba744a575436d71656 (diff) | |
download | ranger-48029a640d20f76fda52672d4876612188912e18.tar.gz |
Remove trailing space
-rw-r--r-- | ranger/config/commands_sample.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ranger/config/commands_sample.py b/ranger/config/commands_sample.py index 4f74019b..ce48eb37 100644 --- a/ranger/config/commands_sample.py +++ b/ranger/config/commands_sample.py @@ -37,7 +37,7 @@ class my_edit(Command): # reference to the currently selected file. target_filename = self.fm.thisfile.path - # This is a generic function to print text in ranger. + # This is a generic function to print text in ranger. self.fm.notify("Let's edit the file " + target_filename + "!") # Using bad=True in fm.notify allows you to print error messages: |