diff options
author | hut <hut@lavabit.com> | 2010-04-07 16:04:17 +0200 |
---|---|---|
committer | hut <hut@lavabit.com> | 2010-04-07 16:04:17 +0200 |
commit | 27451fceeb0fdade34c51ef0b26e91bf50bae52a (patch) | |
tree | ef4118c74d93706a334a0f70bb2485d7f09d459a | |
parent | add8bb3c38a95f7a696b5cde757ef168ab72d257 (diff) | |
download | ranger-27451fceeb0fdade34c51ef0b26e91bf50bae52a.tar.gz |
defaults.keys: corrected docstring
-rw-r--r-- | ranger/defaults/keys.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ranger/defaults/keys.py b/ranger/defaults/keys.py index 1aef94ad..623cd53f 100644 --- a/ranger/defaults/keys.py +++ b/ranger/defaults/keys.py @@ -26,7 +26,7 @@ fnc is a function which is called with the CommandArgument object. The CommandArgument object has these attributes: arg.fm: the file manager instance -arg.wdg: the widget or ui instance +arg.wdg: the current widget arg.n: the number typed before the key combination (if allowed) arg.keys: the string representation of the used key combination arg.keybuffer: the keybuffer instance |