Skip to content

Commit 0badb73

Browse files
committed
Mention that comments start with #
1 parent a257b3f commit 0badb73

File tree

1 file changed

+7
-5
lines changed

1 file changed

+7
-5
lines changed

bpython/sample-config

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff 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+
#
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]

0 commit comments

Comments
 (0)