changeset 103:af97692501ea

FIX: Typo: "non" -> "none"
author Franz Glasner <fzglas.hg@dom66.de>
date Mon, 04 May 2026 16:20:44 +0200
parents d8368294413a
children ffe6ea2cf69b
files pygments_lexer_pseudocode2/algpseudocode.py
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/pygments_lexer_pseudocode2/algpseudocode.py	Mon May 04 16:19:53 2026 +0200
+++ b/pygments_lexer_pseudocode2/algpseudocode.py	Mon May 04 16:20:44 2026 +0200
@@ -397,7 +397,7 @@
         ],
         "keyword-constants": [
             (words(("True", "TRUE", "true", "False", "FALSE", "false",
-                    "None", "NONE", "non", "Nil", "NIL", "nil",
+                    "None", "NONE", "none", "Nil", "NIL", "nil",
                     "Null", "NULL", "null",
                     "Empty", "EMPTY", "empty"),
                    prefix=r"(?<!\.)",