Mercurial > hgrepos > Python > libs > pygments-lexer-pseudocode2
changeset 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 | 683c4b35ed26 |
| children | 9790553d7225 |
| files | docs/lexer-algpseudocode.rst |
| diffstat | 1 files changed, 2 insertions(+), 2 deletions(-) [+] |
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
