Skip to content

Commit f9bb5c8

Browse files
committed
Fix docstring spacing
1 parent 2bb1e38 commit f9bb5c8

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

Lib/site.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -394,8 +394,7 @@ def sethelper():
394394
builtins.help = _sitebuiltins._Helper()
395395

396396
def _register_readline():
397-
"""
398-
If the readline module can be imported, the hook will set the Tab key
397+
"""If the readline module can be imported, the hook will set the Tab key
399398
as completion key and register ~/.python_history as history file.
400399
This can be overridden in the sitecustomize or usercustomize module,
401400
or in a PYTHONSTARTUP file.

0 commit comments

Comments
 (0)