summaryrefslogtreecommitdiff
path: root/pygments/formatters/latex.py
diff options
context:
space:
mode:
authorthatch <devnull@localhost>2008-07-26 10:09:01 -0700
committerthatch <devnull@localhost>2008-07-26 10:09:01 -0700
commite72c7bcdcc702807daef6e12905fed3be54abfbf (patch)
tree16e10a3824225664b20337b37c27d7d1d752c5c9 /pygments/formatters/latex.py
parentbaed11a55af4131b021e6f2f4b77dcf6bcf2b35f (diff)
downloadpygments-e72c7bcdcc702807daef6e12905fed3be54abfbf.tar.gz
Fix doc glitch in latex formatter
Diffstat (limited to 'pygments/formatters/latex.py')
-rw-r--r--pygments/formatters/latex.py1
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'