diff options
author | Yannick Loiseau <me@yloiseau.net> | 2014-04-05 15:17:15 +0200 |
---|---|---|
committer | Yannick Loiseau <me@yloiseau.net> | 2014-04-05 15:17:15 +0200 |
commit | 8b43e9765a4914b336d4b99faf0814c67b710d4a (patch) | |
tree | ac8d2bd4adb3a2292370654716a707f8fe1d2e26 | |
parent | 793975524324df474cfc51a4b3357d14eb92788e (diff) | |
download | pygments-8b43e9765a4914b336d4b99faf0814c67b710d4a.tar.gz |
remove TODO comment
-rw-r--r-- | pygments/lexers/golo.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/pygments/lexers/golo.py b/pygments/lexers/golo.py index 8cf5a398..e00239cb 100644 --- a/pygments/lexers/golo.py +++ b/pygments/lexers/golo.py @@ -8,7 +8,6 @@ :copyright: Copyright 2006-2014 by the Pygments team, see AUTHORS. :license: BSD, see LICENSE for details. """ -#TODO: ---- quoted doc string: conflict with - operator from pygments.lexer import RegexLexer, bygroups, include, combined from pygments.token import Text, Comment, Operator, Punctuation, Name,\ |