# HG changeset patch # User Franz Glasner # Date 1777395790 -7200 # Node ID 2ea86269e84e6a9b1580406acf3a4ad2b4de60af # Parent 5517b0be67f038ca9644668518d91fa8c0a7f96a Doc string diff -r 5517b0be67f0 -r 2ea86269e84e pygments_lexer_pseudocode2/bases.py --- a/pygments_lexer_pseudocode2/bases.py Tue Apr 28 18:33:27 2026 +0200 +++ b/pygments_lexer_pseudocode2/bases.py Tue Apr 28 19:03:10 2026 +0200 @@ -70,7 +70,7 @@ """ def op_ignore(lexer, match, ctx=None): - """Ignore the match.""" + """Unconditionally ignore the match.""" if False: yield match.start(), Other, ""