Mercurial > hgrepos > Python > libs > pygments-lexer-pseudocode2
diff docs/lexer-algpseudocode.rst @ 268:ea19b621081d
Consistently write code blocks in the documentation text as "code block".
Previously it sometimes was "code-block".
| author | Franz Glasner <fzglas.hg@dom66.de> |
|---|---|
| date | Tue, 19 May 2026 21:11:28 +0200 |
| parents | 50bd1e91b822 |
| children | 9790553d7225 |
line wrap: on
line diff
--- a/docs/lexer-algpseudocode.rst Tue May 19 21:09:20 2026 +0200 +++ b/docs/lexer-algpseudocode.rst Tue May 19 21:11:28 2026 +0200 @@ -20,7 +20,7 @@ expressions and commands that are inspired by `Algpseudocodex`_. They are used in `Sphinx`_ using their aliases. -The code-block: +The code block: .. code-block:: none @@ -38,7 +38,7 @@ \END PROGRAM {The Pseudoprogram} -And the same code-block with the german variant +And the same code block with the german variant (using ``.. code-block:: algpseudocode-de`` as language alias): .. code-block:: algpseudocode-de
