From ea14dd533b15c5ec4a87f62031ced34e890905a1 Mon Sep 17 00:00:00 2001 From: Adam Turner <9087854+aa-turner@users.noreply.github.com> Date: Thu, 16 Jun 2022 23:15:50 +0100 Subject: [PATCH] Fix inline literal markup in templating.rst --- doc/templating.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/templating.rst b/doc/templating.rst index f2f4022ad..e174adbec 100644 --- a/doc/templating.rst +++ b/doc/templating.rst @@ -386,7 +386,7 @@ in the future. .. data:: docutils_version_info 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``. ``final`` always has 0 as the last element.