mirror of
https://github.com/xonsh/xonsh.git
synced 2025-03-04 08:24:40 +01:00
fix XONSH_DATETIME_FORMAT VarDoc formatting
This commit is contained in:
parent
aae977c407
commit
4c92d13bfd
1 changed files with 2 additions and 2 deletions
|
@ -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."
|
||||
),
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue