fix XONSH_DATETIME_FORMAT VarDoc formatting

This commit is contained in:
Jan Chren 2019-08-06 23:58:45 +00:00 committed by GitHub
parent aae977c407
commit 4c92d13bfd
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."
),
}