Fix inline literal markup in templating.rst

This commit is contained in:
Adam Turner 2022-06-16 23:15:50 +01:00
parent 6ab15a047c
commit ea14dd533b

View File

@ -386,7 +386,7 @@ in the future.
.. data:: docutils_version_info .. data:: docutils_version_info
The version of Docutils used to build represented as a tuple of five elements. The version of Docutils used to build represented as a tuple of five elements.
For Docutils version 0.16.1 beta 2 this would be `(0, 16, 1, 'beta', 2)``. For Docutils version 0.16.1 beta 2 this would be ``(0, 16, 1, 'beta', 2)``.
The fourth element can be one of: ``alpha``, ``beta``, ``candidate``, ``final``. The fourth element can be one of: ``alpha``, ``beta``, ``candidate``, ``final``.
``final`` always has 0 as the last element. ``final`` always has 0 as the last element.