# HG changeset patch # User Franz Glasner # Date 1778157348 -7200 # Node ID b4688f6cc7b1df19e9cfec014fb988da2e8fbf9d # Parent df9b4962c203654a153a56c6d0d4e7deb15c13a2 Docs: emphasize "value" more when describing explicit token types diff -r df9b4962c203 -r b4688f6cc7b1 docs/details-algpseudocode.rst --- a/docs/details-algpseudocode.rst Thu May 07 13:26:01 2026 +0200 +++ b/docs/details-algpseudocode.rst Thu May 07 14:35:48 2026 +0200 @@ -216,7 +216,7 @@ Handle keywords and operators that are not handled by default or change the default handling of some expressions. -`XX` represents a value in the :mod:`pygments.token.STANDARD_TYPES` dict. +`XX` represents a `value` in the :mod:`pygments.token.STANDARD_TYPES` dict. Its corresponding token type (the associated `key` in this `dict`) is used as token type.