diff options
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 |