Make it easier to figure out the where a menuselection starts and ends
by controling the font.
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"!