summary refs log tree commit diff stats
path: root/doc
diff options
context:
space:
mode:
authorSaturnus Numerius <parvus.mortalis@gmail.com>2018-07-07 12:22:19 -0400
committerSaturnus Numerius <parvus.mortalis@gmail.com>2018-07-07 12:22:19 -0400
commit2a8565d175a58172983d410b36e8644d484c1cc8 (patch)
tree0d5b4c5babb92064871d2ac83d8e513f236d7c7f /doc
parent6a70583077425bbe165196cf09f49aca3cb222b8 (diff)
downloadranger-2a8565d175a58172983d410b36e8644d484c1cc8.tar.gz
Fixed some capitalization issues
Diffstat (limited to 'doc')
-rw-r--r--doc/colorschemes.md2
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