From a11122f630629d253b0952b9823e727225cdcb05 Mon Sep 17 00:00:00 2001 From: Paul Hoffman Date: Sat, 11 Mar 2023 18:00:18 -0800 Subject: [PATCH] Tiny editorial nit --- documentation/markup.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/documentation/markup.rst b/documentation/markup.rst index 45724a0fb..b142e497b 100644 --- a/documentation/markup.rst +++ b/documentation/markup.rst @@ -81,7 +81,7 @@ Be aware of some restrictions of this markup: These restrictions may be lifted in future versions of the docutils. -reST also allows for custom "interpreted text roles"', which signify that the +reST also allows for custom "interpreted text roles", which signify that the enclosed text should be interpreted in a specific way. Sphinx uses this to provide semantic markup and cross-referencing of identifiers, as described in the appropriate section. The general syntax is ``:rolename:`content```.