changeset 71:2ea86269e84e

Doc string
author Franz Glasner <fzglas.hg@dom66.de>
date Tue, 28 Apr 2026 19:03:10 +0200
parents 5517b0be67f0
children 206017a08ed7
files pygments_lexer_pseudocode2/bases.py
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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, ""