summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorstepshal <nessento@openmailbox.org>2016-06-06 23:26:20 +0700
committerhut <hut@lepus.uberspace.de>2016-06-06 23:13:20 +0200
commit48029a640d20f76fda52672d4876612188912e18 (patch)
tree221bc16f2d607b0e0b66f7b117d0dd7969c27a04
parent33abb9feca7ff5fde9afebba744a575436d71656 (diff)
downloadranger-48029a640d20f76fda52672d4876612188912e18.tar.gz
Remove trailing space
-rw-r--r--ranger/config/commands_sample.py2
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: