Mercurial > hgrepos > Python > libs > pygments-lexer-pseudocode2
changeset 193:af8eca1e9006
FIX: Typo in "recognize"
| author | Franz Glasner <fzglas.hg@dom66.de> |
|---|---|
| date | Wed, 13 May 2026 11:38:32 +0200 |
| parents | 156bcd310596 |
| children | 403b500e0ed4 |
| files | docs/lexer-algpseudocode.rst |
| diffstat | 1 files changed, 3 insertions(+), 3 deletions(-) [+] |
line wrap: on
line diff
--- a/docs/lexer-algpseudocode.rst Wed May 13 11:34:44 2026 +0200 +++ b/docs/lexer-algpseudocode.rst Wed May 13 11:38:32 2026 +0200 @@ -6,7 +6,7 @@ ************************************* These lexers are heavily inspired by CTAN’s `Algpseudocodex`_. -They recogzize expressions and additionally all sorts of comments and +They recognize expressions and additionally all sorts of comments and commands that are inspired by `Algpseudocodex`_. They may be used in `Sphinx`_ by their aliases. @@ -67,11 +67,11 @@ - :ref:`explicit-token-types` - In the default-mode it recogzizes expressions and additionally all + In the default-mode it recognizes expressions and additionally all sorts of comments and commands that look somewhat like `Algpseudocodex`_ commands. - In texts it recogzizes: + In texts it recognizes: - ``\EXPR`` or ``\EXPRESSION``
