# HG changeset patch # User Franz Glasner # Date 1778073408 -7200 # Node ID 9be446a43b812df2087d4cc7f4fb17192f37a46a # Parent a861ac4d11fc2ae5ed6aae8a4da3f8c4745c6848 Wording in comment diff -r a861ac4d11fc -r 9be446a43b81 docs/conf.py --- 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))