We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4854ecb commit b66b243Copy full SHA for b66b243
bpython/curtsiesfrontend/repl.py
@@ -1415,7 +1415,7 @@ def version_help_text(self):
1415
return (('bpython-curtsies version %s' % bpython.__version__) + ' ' +
1416
('using curtsies version %s' % curtsies.__version__) + '\n' +
1417
HELP_MESSAGE.format(config_file_location=default_config_path(),
1418
- example_config_url='https://raw.githubusercontent.com/bpython/bpython/master/sample-config',
+ example_config_url='https://raw.githubusercontent.com/bpython/bpython/master/bpython/sample-config',
1419
config=self.config)
1420
)
1421
0 commit comments