# HG changeset patch # User Franz Glasner # Date 1620334690 -7200 # Node ID cffa4fcd0a4db3a2ec6ca043f939c8aa9456e2a9 # Parent 30f8dce828504af0b70052657e52bf2efeeb4f59 Docu: syntax fix in example diff -r 30f8dce82850 -r cffa4fcd0a4d docs/introduction.rst --- 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.