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 d323c781..cc2a4c19 100644 --- a/pygments/formatters/html.py +++ b/pygments/formatters/html.py @@ -167,7 +167,7 @@ class HtmlFormatter(Formatter): Additional options accepted: `nowrap` - If set to ``True``, don't wrap the tokens at all, not even in a ``<pre>`` + If set to ``True``, don't wrap the tokens at all, not even inside a ``<pre>`` tag. This disables all other options (default: ``False``). `noclasses` |