comparison 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
comparison
equal deleted inserted replaced
327:30f8dce82850 328:cffa4fcd0a4d
424 424
425 expands to the current running Python version (e.g. ``3.6.4``). 425 expands to the current running Python version (e.g. ``3.6.4``).
426 426
427 :: 427 ::
428 428
429 {{PY::implementation|upper}} 429 {{PY:implementation|upper}}
430 430
431 expands to something like ``CPYTHON`` when using the standard Python 431 expands to something like ``CPYTHON`` when using the standard Python
432 interpreter written in C. 432 interpreter written in C.
433 433
434 434