diff docs/introduction.rst @ 328:cffa4fcd0a4d

Docu: syntax fix in example
author Franz Glasner <fzglas.hg@dom66.de>
date Thu, 06 May 2021 22:58:10 +0200
parents fe2e28e5fd08
children 5ec0ae3bb8db
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.