summaryrefslogtreecommitdiff
path: root/pygments/lexer.py
diff options
context:
space:
mode:
Diffstat (limited to 'pygments/lexer.py')
-rw-r--r--pygments/lexer.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/pygments/lexer.py b/pygments/lexer.py
index 7c596719..6f4918c9 100644
--- a/pygments/lexer.py
+++ b/pygments/lexer.py
@@ -145,7 +145,7 @@ class Lexer(metaclass=LexerMeta):
As these options must all be specifiable as strings (due to the
command line usage), there are various utility functions
- available to help with that, see `Option processing`_.
+ available to help with that, see `Utilities`_.
"""
self.options = options
self.stripnl = get_bool_opt(options, 'stripnl', True)