summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorErik Bernoth <erik.bernoth@gmail.com>2013-10-01 10:56:51 +0200
committerErik Bernoth <erik.bernoth@gmail.com>2013-10-01 10:56:51 +0200
commit6e71ee49f98e5fd748749599c56879fc031c28b7 (patch)
treed3a6a99aa065a29095191b44acd9ac09ccc3c8c0
parent1ea0fa53d253eae501f0a48611dd01493240b34d (diff)
downloadpygments-6e71ee49f98e5fd748749599c56879fc031c28b7.tar.gz
forgot a backslash
-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 47fd1239..15c13d81 100644
--- a/pygments/formatters/latex.py
+++ b/pygments/formatters/latex.py
@@ -152,7 +152,7 @@ class LatexFormatter(Formatter):
.. sourcecode:: latex
- \begin{Verbatim}[commandchars=\\{\}]
+ \begin{Verbatim}[commandchars=\\\{\}]
\PY{k}{def }\PY{n+nf}{foo}(\PY{n}{bar}):
\PY{k}{pass}
\end{Verbatim}