diff options
author | gbrandl <devnull@localhost> | 2006-12-20 15:40:48 +0100 |
---|---|---|
committer | gbrandl <devnull@localhost> | 2006-12-20 15:40:48 +0100 |
commit | 746e0fa822472ea365ef1596bd97c112536356cc (patch) | |
tree | 8879970319c87a69c46689fb5bef296109f846c8 /pygments/lexer.py | |
parent | 14d194fcdd43466e41cebceec764ad928d31ab3d (diff) | |
download | pygments-746e0fa822472ea365ef1596bd97c112536356cc.tar.gz |
[svn] Fix one TODO item.
Diffstat (limited to 'pygments/lexer.py')
-rw-r--r-- | pygments/lexer.py | 2 |
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: |