Skip to content

Commit 4343132

Browse files
reference config docs and fix typo in config
1 parent 46bc512 commit 4343132

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

bpython/sample-config

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,9 @@
33
# By default bpython will look for $XDG_CONFIG_HOME/bpython/config
44
# ($XDG_CONFIG_HOME defaults to ~/.config) or you can specify a file with the
55
# --config option on the command line
6+
#
7+
# see http://docs.bpython-interpreter.org/configuration.html
8+
# for all configurable options
69

710
# General section tag
811
[general]

doc/sphinx/source/configuration-options.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -159,7 +159,7 @@ Valid keys are:
159159

160160
pastebin
161161
^^^^^^^^
162-
Default: <F8>
162+
Default: F8
163163

164164
last_output
165165
^^^^^^^^^^^

0 commit comments

Comments
 (0)