changeset 328:cffa4fcd0a4d

Docu: syntax fix in example
author Franz Glasner <fzglas.hg@dom66.de>
date Thu, 06 May 2021 22:58:10 +0200
parents 30f8dce82850
children d81d2cdf4925
files docs/introduction.rst
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/docs/introduction.rst	Thu May 06 22:23:34 2021 +0200
+++ b/docs/introduction.rst	Thu May 06 22:58:10 2021 +0200
@@ -426,7 +426,7 @@
 
 ::
 
-    {{PY::implementation|upper}}
+    {{PY:implementation|upper}}
 
 expands to something like ``CPYTHON`` when using the standard Python
 interpreter written in C.