summaryrefslogtreecommitdiff
path: root/pygments/lexer.py
diff options
context:
space:
mode:
authorgbrandl <devnull@localhost>2006-12-20 15:40:48 +0100
committergbrandl <devnull@localhost>2006-12-20 15:40:48 +0100
commit746e0fa822472ea365ef1596bd97c112536356cc (patch)
tree8879970319c87a69c46689fb5bef296109f846c8 /pygments/lexer.py
parent14d194fcdd43466e41cebceec764ad928d31ab3d (diff)
downloadpygments-746e0fa822472ea365ef1596bd97c112536356cc.tar.gz
[svn] Fix one TODO item.
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 092870ce..16a6b8ab 100644
--- a/pygments/lexer.py
+++ b/pygments/lexer.py
@@ -543,7 +543,7 @@ def do_insertions(insertions, tokens):
The result is a combined token stream.
- XXX: The indices yielded by this function are not correct!
+ FIXME: The indices yielded by this function are not correct!
"""
insertions = iter(insertions)
try: