mirror of
https://github.com/xonsh/xonsh.git
synced 2025-03-04 16:34:47 +01:00
Merge pull request #3259 from rindeal/patch-3
fix XONSH_DATETIME_FORMAT VarDoc formatting
This commit is contained in:
commit
8d45362031
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