summaryrefslogtreecommitdiff
path: root/pygments/formatters/latex.py
diff options
context:
space:
mode:
authorGeorg Brandl <georg@python.org>2014-01-09 17:35:34 +0100
committerGeorg Brandl <georg@python.org>2014-01-09 17:35:34 +0100
commitbd5ae968ec3442d12e7a6d453c7973145d364ba0 (patch)
treecfbe4b22b8d8591d5f0e2a43dcf67d36aff6d39f /pygments/formatters/latex.py
parentad252410a347ad13c8206c8c9fa0a9e33632e10f (diff)
parentdbcb3df465137d3645a1cea00184fbb55af1d141 (diff)
downloadpygments-bd5ae968ec3442d12e7a6d453c7973145d364ba0.tar.gz
Merged in j3lamp/pygments-main (pull request #206)
Fix for Issue #875
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 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}