diff options
author | thatch <devnull@localhost> | 2008-07-26 10:09:01 -0700 |
---|---|---|
committer | thatch <devnull@localhost> | 2008-07-26 10:09:01 -0700 |
commit | e72c7bcdcc702807daef6e12905fed3be54abfbf (patch) | |
tree | 16e10a3824225664b20337b37c27d7d1d752c5c9 /pygments/formatters/latex.py | |
parent | baed11a55af4131b021e6f2f4b77dcf6bcf2b35f (diff) | |
download | pygments-e72c7bcdcc702807daef6e12905fed3be54abfbf.tar.gz |
Fix doc glitch in latex formatter
Diffstat (limited to 'pygments/formatters/latex.py')
-rw-r--r-- | pygments/formatters/latex.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/pygments/formatters/latex.py b/pygments/formatters/latex.py index 66afd567..529fa8f9 100644 --- a/pygments/formatters/latex.py +++ b/pygments/formatters/latex.py @@ -109,6 +109,7 @@ class LatexFormatter(Formatter): The LaTeX commands used to produce colored output are constructed using this prefix and some letters (default: ``'PY'``). *New in Pygments 0.7.* + *New in Pygments 0.10:* the default is now ``'PY'`` instead of ``'C'``. """ name = 'LaTeX' |