diff options
Diffstat (limited to 'Doc/texinputs/python.sty')
-rw-r--r-- | Doc/texinputs/python.sty | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/texinputs/python.sty b/Doc/texinputs/python.sty index c89cedc311..a85bb78531 100644 --- a/Doc/texinputs/python.sty +++ b/Doc/texinputs/python.sty @@ -822,7 +822,7 @@ \newcommand{\infinity}{\ensuremath{\infty}} \newcommand{\plusminus}{\ensuremath{\pm}} % \menuselection{Start \sub Programs \sub Python} -\newcommand{\menuselection}[1]{{\def\sub{ \ensuremath{>} }#1}} +\newcommand{\menuselection}[1]{\textsf{\def\sub{ \ensuremath{>} }#1}} % Also for consistency: spell Python "Python", not "python"! |