Mercurial > hgrepos > Python > libs > pygments-lexer-pseudocode2
changeset 194:403b500e0ed4
FIX: Syntax
| author | Franz Glasner <fzglas.hg@dom66.de> |
|---|---|
| date | Wed, 13 May 2026 11:54:49 +0200 |
| parents | af8eca1e9006 |
| children | 959ed927b5fa |
| files | docs/lexer-algpseudocode.rst |
| diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/docs/lexer-algpseudocode.rst Wed May 13 11:38:32 2026 +0200 +++ b/docs/lexer-algpseudocode.rst Wed May 13 11:54:49 2026 +0200 @@ -594,7 +594,7 @@ The fourth example is Wikipedia's pseudocode of the *Edmonds–Karp Algorithm* (see https://en.wikipedia.org/wiki/Edmonds%E2%80%93Karp_algorithm) -with a custom lexer that skip all ``ENDxxx`` keywords. +with a custom lexer which skips all ``ENDxxx`` keywords. .. only:: builder_html
