# HG changeset patch # User Franz Glasner # Date 1778664884 -7200 # Node ID 156bcd3105961e07f71a2ef4ff59b3aa50072930 # Parent c10b2092c48f8bc4d1b2048945e37c72679b83f7 FIX: duplicate word diff -r c10b2092c48f -r 156bcd310596 docs/lexer-algpseudocode.rst --- a/docs/lexer-algpseudocode.rst Wed May 13 09:48:52 2026 +0200 +++ b/docs/lexer-algpseudocode.rst Wed May 13 11:34:44 2026 +0200 @@ -5,7 +5,7 @@ AlgPseudocode and Language Variants ************************************* -These lexers are heavily heavily inspired by CTAN’s `Algpseudocodex`_. +These lexers are heavily inspired by CTAN’s `Algpseudocodex`_. They recogzize expressions and additionally all sorts of comments and commands that are inspired by `Algpseudocodex`_.