diff options
author | Jonas Haag <jonashaag> | 2015-09-03 19:58:47 +0000 |
---|---|---|
committer | Jonas Haag <jonashaag> | 2015-09-03 19:58:47 +0000 |
commit | 63c6e8545a1e6b10958e06cd81a4c50f85c7ccc2 (patch) | |
tree | 42ac4b33b2b64e87d4427736505c8b71761a3091 | |
parent | 1a3034b179ccbdd1411f6cb4718a628e89f723d3 (diff) | |
download | pygments-63c6e8545a1e6b10958e06cd81a4c50f85c7ccc2.tar.gz |
Fix typo
-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 67ad685f..b22be54f 100644 --- a/pygments/formatters/html.py +++ b/pygments/formatters/html.py @@ -140,7 +140,7 @@ class HtmlFormatter(Formatter): When `tagsfile` is set to the path of a ctags index file, it is used to generate hyperlinks from names to their definition. You must enable - `anchorlines` and run ctags with the `-n` option for this to work. The + `lineanchors` and run ctags with the `-n` option for this to work. The `python-ctags` module from PyPI must be installed to use this feature; otherwise a `RuntimeError` will be raised. |