Skip to content

Commit b66b243

Browse files
committed
Fix sample-config path
1 parent 4854ecb commit b66b243

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bpython/curtsiesfrontend/repl.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1415,7 +1415,7 @@ def version_help_text(self):
14151415
return (('bpython-curtsies version %s' % bpython.__version__) + ' ' +
14161416
('using curtsies version %s' % curtsies.__version__) + '\n' +
14171417
HELP_MESSAGE.format(config_file_location=default_config_path(),
1418-
example_config_url='https://raw.githubusercontent.com/bpython/bpython/master/sample-config',
1418+
example_config_url='https://raw.githubusercontent.com/bpython/bpython/master/bpython/sample-config',
14191419
config=self.config)
14201420
)
14211421

0 commit comments

Comments
 (0)