This commit is contained in:
Anthony Scopatz 2016-01-10 13:58:15 -05:00
parent 65e7389ab3
commit 2af7ed3371
2 changed files with 2 additions and 2 deletions

View file

@ -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"

View file

@ -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