diff docs/conf.py @ 119:9be446a43b81

Wording in comment
author Franz Glasner <fzglas.hg@dom66.de>
date Wed, 06 May 2026 15:16:48 +0200
parents a861ac4d11fc
children a3ed7d8231d7
line wrap: on
line diff
--- a/docs/conf.py	Wed May 06 14:19:59 2026 +0200
+++ b/docs/conf.py	Wed May 06 15:16:48 2026 +0200
@@ -63,7 +63,7 @@
 def setup(app):
     #
     # Add a custom lexer: AlgPseudocodeLexer with custom init option "no_end"
-    # Given lexer must be callable: also use an indirection with "partial"
+    # Given lexer must be callable: so use an indirection with "partial"
     #
     app.add_lexer("NoEndAlgPseudocode",
                   functools.partial(AlgPseudocodeLexer, no_end=True))