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 2bb1e38 commit f9bb5c8Copy full SHA for f9bb5c8
Lib/site.py
@@ -394,8 +394,7 @@ def sethelper():
394
builtins.help = _sitebuiltins._Helper()
395
396
def _register_readline():
397
- """
398
- If the readline module can be imported, the hook will set the Tab key
+ """If the readline module can be imported, the hook will set the Tab key
399
as completion key and register ~/.python_history as history file.
400
This can be overridden in the sitecustomize or usercustomize module,
401
or in a PYTHONSTARTUP file.
0 commit comments