Skip to content

Commit 8c41de0

Browse files
more help
1 parent a947422 commit 8c41de0

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

bpython/curtsiesfrontend/repl.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,8 @@
4949

5050
logger = logging.getLogger(__name__)
5151

52-
HELP_MESSAGE = """Thanks for using bpython!
52+
HELP_MESSAGE = """
53+
Thanks for using bpython!
5354
5455
See http://bpython-interpreter.org/ for info, http://docs.bpython-interpreter.org/ for docs, and https://github.com/bpython/bpython for source.
5556
Please report issues at https://github.com/bpython/bpython/issues
@@ -64,6 +65,7 @@
6465
Use bpython-curtsies -t your_script.py to paste in the contents of a file, as though you typed them.
6566
6667
Use a config file at {config_file_location} to customize keys and behavior of bpython.
68+
You can customize which pastebin helper to use and which external editor to use.
6769
See {example_config_url} for an example config file.
6870
"""
6971

0 commit comments

Comments
 (0)