Mercurial > hgrepos > Python > libs > pygments-lexer-pseudocode2
changeset 119:9be446a43b81
Wording in comment
| author | Franz Glasner <fzglas.hg@dom66.de> |
|---|---|
| date | Wed, 06 May 2026 15:16:48 +0200 |
| parents | a861ac4d11fc |
| children | ef68b3769be5 |
| files | docs/conf.py |
| diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
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))
