diff options
author | Ilia Choly <ilia.choly@gmail.com> | 2012-06-18 22:32:06 -0400 |
---|---|---|
committer | Ilia Choly <ilia.choly@gmail.com> | 2012-06-18 22:32:06 -0400 |
commit | 8a878cad12f3188315fdfad8e5d915e183fe369d (patch) | |
tree | fe5328647c4c4adc139180d5a69937e9d2079284 /pygments/formatters/html.py | |
parent | 5f531955955befcf64e4a59f82ab12257008e330 (diff) | |
download | pygments-8a878cad12f3188315fdfad8e5d915e183fe369d.tar.gz |
fixed typo
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 cffd9507..6030e630 100644 --- a/pygments/formatters/html.py +++ b/pygments/formatters/html.py @@ -285,7 +285,7 @@ class HtmlFormatter(Formatter): `linespans` If set to a nonempty string, e.g. ``foo``, the formatter will wrap each output line in a span tag with an ``id`` of ``foo-linenumber``. - This allows easy access via to lines javascript. + This allows easy access to lines via javascript. `anchorlinenos` If set to `True`, will wrap line numbers in <a> tags. Used in |