# HG changeset patch # User Franz Glasner # Date 1778665112 -7200 # Node ID af8eca1e900615c66cc585dd15573d6312ae49ea # Parent 156bcd3105961e07f71a2ef4ff59b3aa50072930 FIX: Typo in "recognize" diff -r 156bcd310596 -r af8eca1e9006 docs/lexer-algpseudocode.rst --- 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``