# HG changeset patch # User Franz Glasner # Date 1779271847 -7200 # Node ID a5c96fdd1cb3a7d0d145ff3bd9be296b0f51169a # Parent 397ed930a5baadb41b4f7e9438996a7ea2d41e06 Wording in docs diff -r 397ed930a5ba -r a5c96fdd1cb3 docs/lexer-algpseudocode.rst --- a/docs/lexer-algpseudocode.rst Wed May 20 12:10:01 2026 +0200 +++ b/docs/lexer-algpseudocode.rst Wed May 20 12:10:47 2026 +0200 @@ -240,7 +240,7 @@ \TEXT{=:} =: \TEXT{?=} ?= -Unicode codepoints with property ``Sm`` are recognized as mathematical symbol +Unicode codepoints with property ``Sm`` are recognized as mathematical symbols and highlighted accordingly. @@ -423,7 +423,7 @@ Names and Entities ================== -In an expression context all other words are interpreted as entity +In an `expression` context all other words are interpreted as entity names (token type :py:class:`pygments.token.Token.Name.Entity`). Allowed characters in the words follow the corresponding `Python`_ rules.