mirror of
https://github.com/xonsh/xonsh.git
synced 2025-03-05 17:00:58 +01:00
minor docs
This commit is contained in:
parent
84738978ea
commit
d5c620bcf1
1 changed files with 2 additions and 1 deletions
|
@ -645,7 +645,8 @@ def DEFAULT_DOCS():
|
|||
'``True`` if xonsh is running as a login shell, and ``False`` otherwise.',
|
||||
configurable=False),
|
||||
'XONSH_PROC_FREQUENCY': VarDocs('The process frquency is the time that '
|
||||
'xonsh process threads sleep for while running command pipelines.'),
|
||||
'xonsh process threads sleep for while running command pipelines. '
|
||||
'The value has units of seconds [s].'),
|
||||
'XONSH_SHOW_TRACEBACK': VarDocs(
|
||||
'Controls if a traceback is shown if exceptions occur in the shell. '
|
||||
'Set to ``True`` to always show traceback or ``False`` to always hide. '
|
||||
|
|
Loading…
Add table
Reference in a new issue