We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a947422 commit 8c41de0Copy full SHA for 8c41de0
1 file changed
bpython/curtsiesfrontend/repl.py
@@ -49,7 +49,8 @@
49
50
logger = logging.getLogger(__name__)
51
52
-HELP_MESSAGE = """Thanks for using bpython!
+HELP_MESSAGE = """
53
+Thanks for using bpython!
54
55
See http://bpython-interpreter.org/ for info, http://docs.bpython-interpreter.org/ for docs, and https://github.com/bpython/bpython for source.
56
Please report issues at https://github.com/bpython/bpython/issues
@@ -64,6 +65,7 @@
64
65
Use bpython-curtsies -t your_script.py to paste in the contents of a file, as though you typed them.
66
67
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.
69
See {example_config_url} for an example config file.
70
"""
71
0 commit comments