Merge pull request #3259 from rindeal/patch-3

fix XONSH_DATETIME_FORMAT VarDoc formatting
This commit is contained in:
David Strobach 2019-08-07 10:19:27 +02:00 committed by GitHub
commit 8d45362031
Failed to generate hash of commit

View file

@ -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."
),
}