summaryrefslogtreecommitdiff
path: root/pygments/formatters/html.py
diff options
context:
space:
mode:
authorIlia Choly <ilia.choly@gmail.com>2012-06-18 22:32:06 -0400
committerIlia Choly <ilia.choly@gmail.com>2012-06-18 22:32:06 -0400
commit8a878cad12f3188315fdfad8e5d915e183fe369d (patch)
treefe5328647c4c4adc139180d5a69937e9d2079284 /pygments/formatters/html.py
parent5f531955955befcf64e4a59f82ab12257008e330 (diff)
downloadpygments-8a878cad12f3188315fdfad8e5d915e183fe369d.tar.gz
fixed typo
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