summaryrefslogtreecommitdiff
path: root/docs/src/api.txt
diff options
context:
space:
mode:
authorGeorg Brandl <georg@python.org>2013-01-09 10:35:45 +0100
committerGeorg Brandl <georg@python.org>2013-01-09 10:35:45 +0100
commitbf7985b89a3d2796df79011d5da0fb465cdb972c (patch)
tree1ed5c2329ea2b8d5ac278893466651a2d5945d7f /docs/src/api.txt
parent077f3142e2ddf1518afa1a9171ac32c3a6c21b16 (diff)
downloadpygments-bf7985b89a3d2796df79011d5da0fb465cdb972c.tar.gz
Syntax fixes for Java doc.
Diffstat (limited to 'docs/src/api.txt')
-rw-r--r--docs/src/api.txt2
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.