mirror of
https://github.com/python/cpython.git
synced 2025-11-02 03:01:58 +00:00
Fix one remaining internal use of \code{} that could use the simpler form.
This commit is contained in:
parent
9e9c89e67c
commit
f14e2f8a04
1 changed files with 2 additions and 1 deletions
|
|
@ -570,10 +570,11 @@
|
||||||
\index{#1@{\$#1}}% $
|
\index{#1@{\$#1}}% $
|
||||||
\index{environment variables!{\$#1}}% $
|
\index{environment variables!{\$#1}}% $
|
||||||
}
|
}
|
||||||
|
\newcommand{\makevar}[1]{#1}
|
||||||
\let\character=\samp
|
\let\character=\samp
|
||||||
|
|
||||||
% constants defined in Python modules or C headers, not language constants:
|
% constants defined in Python modules or C headers, not language constants:
|
||||||
\let\constant=\code
|
\let\constant=\sectcode
|
||||||
|
|
||||||
\newcommand{\manpage}[2]{{\emph{#1}(#2)}}
|
\newcommand{\manpage}[2]{{\emph{#1}(#2)}}
|
||||||
\newcommand{\rfc}[1]{RFC #1\index{RFC!RFC #1}}
|
\newcommand{\rfc}[1]{RFC #1\index{RFC!RFC #1}}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue