Fix typo.

This commit is contained in:
Georg Brandl 2011-01-08 19:21:34 +01:00
parent 388079984d
commit aa0c862d92

View File

@ -78,7 +78,7 @@ Including content based on tags
Undefined tags are false, defined tags (via the ``-t`` command-line option or
within :file:`conf.py`) are true. Boolean expressions, also using
parentheses (like ``html and (latex or draft)`` are supported.
parentheses (like ``html and (latex or draft)``) are supported.
The format of the current builder (``html``, ``latex`` or ``text``) is always
set as a tag.