Fix #70: clarify meaning of |today|.

This commit is contained in:
Georg Brandl 2008-12-15 10:26:07 +01:00
parent b7a2491e21
commit c49d8217e9

View File

@ -372,6 +372,6 @@ They are set in the build configuration file.
.. describe:: |today|
Replaced by either today's date, or the date set in the build configuration
file. Normally has the format ``April 14, 2007``. Set by
:confval:`today_fmt` and :confval:`today`.
Replaced by either today's date (the date on which the document is read), or
the date set in the build configuration file. Normally has the format
``April 14, 2007``. Set by :confval:`today_fmt` and :confval:`today`.