summaryrefslogtreecommitdiff
path: root/pygments/formatters/latex.py
diff options
context:
space:
mode:
authormitsuhiko <devnull@localhost>2008-05-07 12:13:20 +0200
committermitsuhiko <devnull@localhost>2008-05-07 12:13:20 +0200
commit8fd8882818a020d8e5b39bb7ca31297ade34dd41 (patch)
treed892db85a59b363d63471883652ad22943e9b9ff /pygments/formatters/latex.py
parent78f23152429c3c09c7721c38a49d1df6c0ec4bc0 (diff)
parentbea7b882efa3e67cf6b5e9e38fa55f15c7eb7e26 (diff)
downloadpygments-8fd8882818a020d8e5b39bb7ca31297ade34dd41.tar.gz
Automated merge with ssh://team@pocoo.org/pygments-main
Diffstat (limited to 'pygments/formatters/latex.py')
-rw-r--r--pygments/formatters/latex.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/pygments/formatters/latex.py b/pygments/formatters/latex.py
index f91b1e57..ae3ce26d 100644
--- a/pygments/formatters/latex.py
+++ b/pygments/formatters/latex.py
@@ -109,7 +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 1.0:* the default is now ``'PY'`` instead of ``'C'``.
+ *New in Pygments 0.10:* the default is now ``'PY'`` instead of ``'C'``.
"""
name = 'LaTeX'
aliases = ['latex', 'tex']