comparison README.rst @ 198:6aa1d89cd869

Typo
author Franz Glasner <fzglas.hg@dom66.de>
date Wed, 13 May 2026 12:34:41 +0200
parents 959ed927b5fa
children 265b759f1f08
comparison
equal deleted inserted replaced
197:ab2b79c36301 198:6aa1d89cd869
49 49
50 Pygmentizing a file with a known file extension:: 50 Pygmentizing a file with a known file extension::
51 51
52 pygmentize document.algpseudocode 52 pygmentize document.algpseudocode
53 53
54 Or you can manally select the Pseudocode lexer you want to use by 54 Or you can manually select the Pseudocode lexer you want to use by
55 using a command line flag:: 55 using a command line flag::
56 56
57 pygmentize -l algpseudocode somefile 57 pygmentize -l algpseudocode somefile
58 58
59 Within `Sphinx`_ use a lexer like this:: 59 Within `Sphinx`_ use a lexer like this::