diff options
author | hut <hut@lepus.uberspace.de> | 2015-02-17 23:22:31 +0100 |
---|---|---|
committer | hut <hut@lepus.uberspace.de> | 2015-02-17 23:22:31 +0100 |
commit | fbd6a0afce7063891975e880010e80c6c4589eb5 (patch) | |
tree | f43f4d75f492a4823630a0db74cdae639e44f983 | |
parent | 54dedc056f67e6db85517a2f4c94675a29f64b5d (diff) | |
download | ranger-fbd6a0afce7063891975e880010e80c6c4589eb5.tar.gz |
config/commands_sample.py: better docstring
-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 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. |