diff options
Diffstat (limited to 'pygments/formatters/latex.py')
-rw-r--r-- | pygments/formatters/latex.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pygments/formatters/latex.py b/pygments/formatters/latex.py index 52796a7e..3cc9d219 100644 --- a/pygments/formatters/latex.py +++ b/pygments/formatters/latex.py @@ -147,7 +147,7 @@ class LatexFormatter(Formatter): if cmndef != '#1']) def format(self, tokensource, outfile): - #XXX: add support for background colors!!!!!!!111!1 + # TODO: add support for background colors if self.full: realoutfile = outfile |