diff options
author | Toon Nolten <toon.nolten@student.kuleuven.be> | 2018-08-21 10:55:53 +0200 |
---|---|---|
committer | Toon Nolten <toon.nolten@student.kuleuven.be> | 2018-08-21 11:19:23 +0200 |
commit | a78adddd9bc5cb919f0d903216415522fac8c19a (patch) | |
tree | 4a4b639630e7c9d1605d31699be48a59ad86da37 | |
parent | f1603478415f0981ee865ee7413255318a7d7d3e (diff) | |
download | ranger-a78adddd9bc5cb919f0d903216415522fac8c19a.tar.gz |
Fix type in execute_file docstring
-rw-r--r-- | ranger/core/actions.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ranger/core/actions.py b/ranger/core/actions.py index 1417ac96..e645e2f8 100644 --- a/ranger/core/actions.py +++ b/ranger/core/actions.py @@ -407,7 +407,7 @@ class Actions( # pylint: disable=too-many-instance-attributes,too-many-public-m are multiple choices label: a string to select an opening method by its label flags: a string specifying additional options, see `man rifle` - mimetyle: pass the mimetype to rifle, overriding its own guess + mimetype: pass the mimetype to rifle, overriding its own guess """ mode = kw['mode'] if 'mode' in kw else 0 |