Merge branch 'master' into patch-2

This commit is contained in:
Anthony Scopatz 2019-08-07 10:39:00 -04:00 committed by GitHub
commit 92487fe1eb
Failed to generate hash of commit

View file

@ -904,7 +904,7 @@ def DEFAULT_DOCS():
"for confirmation."
),
"COMPLETION_IN_THREAD": VarDocs(
"When generating the completions takes a lot of time, "
"When generating the completions takes time, "
"its better to do this in a background thread. "
"When this is True, background threads is used for completion."
),
@ -1355,8 +1355,8 @@ def DEFAULT_DOCS():
"Logging to a file is not enabled by default."
),
"XONSH_DATETIME_FORMAT": VarDocs(
"The format that is used for ``datetime.strptime()`` in various places"
"i.e the history timestamp option"
"The format that is used for ``datetime.strptime()`` in various places, "
"i.e the history timestamp option."
),
}