diff options
Diffstat (limited to 'Doc/texinputs')
-rw-r--r-- | Doc/texinputs/python.sty | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Doc/texinputs/python.sty b/Doc/texinputs/python.sty index 734ffa3..770499e 100644 --- a/Doc/texinputs/python.sty +++ b/Doc/texinputs/python.sty @@ -236,6 +236,7 @@ % Calculate the text width for the minipage: \setlength{\py@codewidth}{\linewidth}% \addtolength{\py@codewidth}{-\parindent}% + \let\e=\textbackslash% % \par\indent% \begin{minipage}[t]{\py@codewidth}% |