diff options
author | gbrandl <devnull@localhost> | 2007-03-30 16:25:42 +0200 |
---|---|---|
committer | gbrandl <devnull@localhost> | 2007-03-30 16:25:42 +0200 |
commit | 7d3496625d4a089428461001e990553bbcd1307e (patch) | |
tree | cf25688f6b93f3ad987f9c93367ac6228b833729 /pygments/formatters/html.py | |
parent | dc4569f5786c2b2b9514fe1b27f4620a76b687c5 (diff) | |
download | pygments-7d3496625d4a089428461001e990553bbcd1307e.tar.gz |
[svn] Add a raising filter.
Diffstat (limited to 'pygments/formatters/html.py')
-rw-r--r-- | pygments/formatters/html.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pygments/formatters/html.py b/pygments/formatters/html.py index beaf087c..c08a602c 100644 --- a/pygments/formatters/html.py +++ b/pygments/formatters/html.py @@ -165,7 +165,7 @@ class HtmlFormatter(Formatter): `nowrap` If set to ``True``, don't wrap the tokens at all, not even inside a ``<pre>`` - tag. This disables all other options (default: ``False``). + tag. This disables most other options (default: ``False``). `full` Tells the formatter to output a "full" document, i.e. a complete |