diff options
author | Georg Brandl <georg@python.org> | 2013-01-09 10:35:45 +0100 |
---|---|---|
committer | Georg Brandl <georg@python.org> | 2013-01-09 10:35:45 +0100 |
commit | bf7985b89a3d2796df79011d5da0fb465cdb972c (patch) | |
tree | 1ed5c2329ea2b8d5ac278893466651a2d5945d7f /docs/src/api.txt | |
parent | 077f3142e2ddf1518afa1a9171ac32c3a6c21b16 (diff) | |
download | pygments-bf7985b89a3d2796df79011d5da0fb465cdb972c.tar.gz |
Syntax fixes for Java doc.
Diffstat (limited to 'docs/src/api.txt')
-rw-r--r-- | docs/src/api.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/src/api.txt b/docs/src/api.txt index b8159379..4276eea2 100644 --- a/docs/src/api.txt +++ b/docs/src/api.txt @@ -64,7 +64,7 @@ def `guess_lexer(text, **options):` def `guess_lexer_for_filename(filename, text, **options):` As `guess_lexer()`, but only lexers which have a pattern in `filenames` or `alias_filenames` that matches `filename` are taken into consideration. - + `pygments.util.ClassNotFound` is raised if no lexer thinks it can handle the content. |