summaryrefslogtreecommitdiffstats
path: root/Doc/texinputs
diff options
context:
space:
mode:
authorFred Drake <fdrake@acm.org>2003-07-16 14:01:56 (GMT)
committerFred Drake <fdrake@acm.org>2003-07-16 14:01:56 (GMT)
commitbd5fdd93a9484accb188bc7ef62d2d1af937149a (patch)
tree20a412df8a4c2eacce270a2847678326490e3e89 /Doc/texinputs
parenta66b6c12672a8961952e20eac58292d422b5ecb9 (diff)
downloadcpython-bd5fdd93a9484accb188bc7ef62d2d1af937149a.zip
cpython-bd5fdd93a9484accb188bc7ef62d2d1af937149a.tar.gz
cpython-bd5fdd93a9484accb188bc7ef62d2d1af937149a.tar.bz2
Make it easier to figure out the where a menuselection starts and ends
by controling the font.
Diffstat (limited to 'Doc/texinputs')
-rw-r--r--Doc/texinputs/python.sty2
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/texinputs/python.sty b/Doc/texinputs/python.sty
index c89cedc..a85bb78 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"!