| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent a257b3f commit 0badb73
1 file changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -1,11 +1,13 @@ | |||
| 1 | - # This is a standard python config file | ||
| 2 | - # Valid values can be True, False, integer numbers, strings | ||
| 1 | + # This is a standard Python config file. | ||
| 2 | + # Valid values can be True, False, integer numbers, and strings. | ||
| 3 | + # Lines starting with # are treated as comments. | ||
| 4 | + # | ||
| 3 | 5 | # By default bpython will look for $XDG_CONFIG_HOME/bpython/config | |
| 4 | 6 | # ($XDG_CONFIG_HOME defaults to ~/.config) or you can specify a file with the | |
| 5 | - # --config option on the command line | ||
| 7 | + # --config option on the command line. | ||
| 6 | 8 | # | |
| 7 | - # see http://docs.bpython-interpreter.org/configuration.html | ||
| 8 | - # for all configurable options | ||
| 9 | + # See http://docs.bpython-interpreter.org/configuration.html for all | ||
| 10 | + # configurable options. | ||
| 9 | 11 | ||
| 10 | 12 | # General section tag | |
| 11 | 13 | [general] | |
| Back | FazBrowse Home | New Git URL |
0 commit comments