We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a257b3f commit 0badb73Copy full SHA for 0badb73
1 file changed
bpython/sample-config
@@ -1,11 +1,13 @@
1
-# This is a standard python config file
2
-# Valid values can be True, False, integer numbers, strings
+# This is a standard Python config file.
+# Valid values can be True, False, integer numbers, and strings.
3
+# Lines starting with # are treated as comments.
4
+#
5
# By default bpython will look for $XDG_CONFIG_HOME/bpython/config
6
# ($XDG_CONFIG_HOME defaults to ~/.config) or you can specify a file with the
-# --config option on the command line
7
+# --config option on the command line.
8
#
-# see http://docs.bpython-interpreter.org/configuration.html
-# for all configurable options
9
+# See http://docs.bpython-interpreter.org/configuration.html for all
10
+# configurable options.
11
12
# General section tag
13
[general]
0 commit comments