summaryrefslogtreecommitdiff
path: root/doc/markup
diff options
context:
space:
mode:
authorGeorg Brandl <georg@python.org>2008-12-15 10:26:07 +0100
committerGeorg Brandl <georg@python.org>2008-12-15 10:26:07 +0100
commitc49d8217e9d830d9fcba9e43ab68d7736f9af7f4 (patch)
tree16ea542ab624a5f84c719f4422aea3e768ae8923 /doc/markup
parentb7a2491e216d0e52a7f907fd2556c3d07fedf8e7 (diff)
downloadsphinx-git-c49d8217e9d830d9fcba9e43ab68d7736f9af7f4.tar.gz
Fix #70: clarify meaning of |today|.
Diffstat (limited to 'doc/markup')
-rw-r--r--doc/markup/inline.rst6
1 files 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`.