Skip to content

Commit 2ccc9d3

Browse files
authored
Give a more plausible example for a combination of tags (sphinx-doc#11899)
1 parent 49d1e71 commit 2ccc9d3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/usage/restructuredtext/directives.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1042,7 +1042,7 @@ Including content based on tags
10421042

10431043
Undefined tags are false, defined tags (via the ``-t`` command-line option or
10441044
within :file:`conf.py`, see :ref:`here <conf-tags>`) are true. Boolean
1045-
expressions, also using parentheses (like ``html and (latex or draft)``) are
1045+
expressions, also using parentheses (like ``(latex or html) and draft``) are
10461046
supported.
10471047

10481048
The *format* and the *name* of the current builder (``html``, ``latex`` or

0 commit comments

Comments
 (0)