diff options
author | Saturnus Numerius <parvus.mortalis@gmail.com> | 2018-07-07 12:22:19 -0400 |
---|---|---|
committer | Saturnus Numerius <parvus.mortalis@gmail.com> | 2018-07-07 12:22:19 -0400 |
commit | 2a8565d175a58172983d410b36e8644d484c1cc8 (patch) | |
tree | 0d5b4c5babb92064871d2ac83d8e513f236d7c7f | |
parent | 6a70583077425bbe165196cf09f49aca3cb222b8 (diff) | |
download | ranger-2a8565d175a58172983d410b36e8644d484c1cc8.tar.gz |
Fixed some capitalization issues
-rw-r--r-- | doc/colorschemes.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/colorschemes.md b/doc/colorschemes.md index eaf90174..458cfc53 100644 --- a/doc/colorschemes.md +++ b/doc/colorschemes.md @@ -21,7 +21,7 @@ import ranger.gui.context # Add your key names ranger.gui.context.CONTEXT_KEYS.append('my_key') -# Set it to false (the default value) +# Set it to False (the default value) ranger.gui.context.Context.my_key = False # Or use an array for multiple names |