]> granicus.if.org Git - python/commitdiff
Fix one remaining internal use of \code{} that could use the simpler form.
authorFred Drake <fdrake@acm.org>
Thu, 2 Apr 1998 16:09:02 +0000 (16:09 +0000)
committerFred Drake <fdrake@acm.org>
Thu, 2 Apr 1998 16:09:02 +0000 (16:09 +0000)
Doc/texinputs/python.sty

index 7eef0a7048e4774ab57e605a8cd49de39060b0bf..724fba7d6a840e568337d1a96e2f26c5b09653c5 100644 (file)
   \index{#1@{\$#1}}%                    $
   \index{environment variables!{\$#1}}% $
 }
+\newcommand{\makevar}[1]{#1}
 \let\character=\samp
 
 % constants defined in Python modules or C headers, not language constants:
-\let\constant=\code
+\let\constant=\sectcode
 
 \newcommand{\manpage}[2]{{\emph{#1}(#2)}}
 \newcommand{\rfc}[1]{RFC #1\index{RFC!RFC #1}}