summaryrefslogtreecommitdiff
path: root/pygments/formatters/html.py
diff options
context:
space:
mode:
Diffstat (limited to 'pygments/formatters/html.py')
-rw-r--r--pygments/formatters/html.py2
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