about summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorhut <hut@lepus.uberspace.de>2015-02-17 23:22:31 +0100
committerhut <hut@lepus.uberspace.de>2015-02-17 23:22:31 +0100
commitfbd6a0afce7063891975e880010e80c6c4589eb5 (patch)
treef43f4d75f492a4823630a0db74cdae639e44f983
parent54dedc056f67e6db85517a2f4c94675a29f64b5d (diff)
downloadranger-fbd6a0afce7063891975e880010e80c6c4589eb5.tar.gz
config/commands_sample.py: better docstring
-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 e06db38a..698a92ca 100644
--- a/ranger/config/commands_sample.py
+++ b/ranger/config/commands_sample.py
@@ -16,7 +16,7 @@ class my_edit(Command):
     # help that is accessible by typing "?c" inside ranger.
     """:my_edit <filename>
 
-    Opens the specified file in vim
+    A sample command for demonstration purposes that opens a file in an editor.
     """
 
     # The execute method is called when you run this command in ranger.