Merge pull request #8738 from tk0miya/8118_today_fmt

Fix #8118: doc: the default setting of today_fmt
This commit is contained in:
Takeshi KOMIYA 2021-01-24 14:42:20 +09:00 committed by GitHub
commit 41ee2d6e65
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -561,7 +561,7 @@ General configuration
* Otherwise, the current time is formatted using :func:`time.strftime` and
the format given in :confval:`today_fmt`.
The default is now :confval:`today` and a :confval:`today_fmt` of ``'%B %d,
The default is now :confval:`today` and a :confval:`today_fmt` of ``'%b %d,
%Y'`` (or, if translation is enabled with :confval:`language`, an equivalent
format for the selected locale).