From c49d8217e9d830d9fcba9e43ab68d7736f9af7f4 Mon Sep 17 00:00:00 2001 From: Georg Brandl Date: Mon, 15 Dec 2008 10:26:07 +0100 Subject: [PATCH] Fix #70: clarify meaning of |today|. --- doc/markup/inline.rst | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/doc/markup/inline.rst b/doc/markup/inline.rst index 7deffb435..fc5d08df3 100644 --- a/doc/markup/inline.rst +++ b/doc/markup/inline.rst @@ -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`.