mirror of
https://github.com/xonsh/xonsh.git
synced 2025-03-04 16:34:47 +01:00
word
This commit is contained in:
parent
65e7389ab3
commit
2af7ed3371
2 changed files with 2 additions and 2 deletions
|
@ -339,7 +339,7 @@ DEFAULT_DOCS = {
|
|||
'Flag for directory pushing functionality. False is the normal '
|
||||
'behaviour.'),
|
||||
'PUSHD_SILENT': VarDocs(
|
||||
'Whether or not to supress directory stack manipulation output.'),
|
||||
'Whether or not to suppress directory stack manipulation output.'),
|
||||
'SHELL_TYPE': VarDocs(
|
||||
'Which shell is used. Currently two base shell types are supported:\n\n'
|
||||
" - 'readline' that is backed by Python's readline module\n"
|
||||
|
|
|
@ -20,7 +20,7 @@ RL_DONE = None
|
|||
|
||||
|
||||
def setup_readline():
|
||||
"""Sets up the readline module and completion supression, if available."""
|
||||
"""Sets up the readline module and completion suppression, if available."""
|
||||
global RL_COMPLETION_SUPPRESS_APPEND, RL_LIB, RL_CAN_RESIZE
|
||||
if RL_COMPLETION_SUPPRESS_APPEND is not None:
|
||||
return
|
||||
|
|
Loading…
Add table
Reference in a new issue