File tree Expand file tree Collapse file tree 1 file changed +7
-5
lines changed
Expand file tree Collapse file tree 1 file changed +7
-5
lines changed Original file line number Diff line number Diff line change 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+ #
35# By default bpython will look for $XDG_CONFIG_HOME/bpython/config
46# ($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.
68#
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.
911
1012# General section tag
1113[general]
You can’t perform that action at this time.
0 commit comments