Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 31ab298

Browse files
committed
Remove the dollar sign from the formatting of environment variables --
too Unix-specific, and not really needed. (Already fixed the HTML formatting, but forgot to mention it in the checkin for python.perl 1.94.)
1 parent 0a8690a commit 31ab298

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

Doc/texinputs/python.sty

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -805,9 +805,9 @@
805805
$\!\rfloor\!$%
806806
}}
807807
\newcommand{\envvar}[1]{%
808-
\$#1% $ <-- bow to font-lock 3 times!
809-
\index{#1@{\$#1}}% $
810-
\index{environment variables!{\$#1}}% $
808+
#1%
809+
\index{#1@{#1}}%
810+
\index{environment variables!{#1}}%
811811
}
812812
\newcommand{\makevar}[1]{#1} % variable in a Makefile
813813
\newcommand{\character}[1]{\samp{#1}}

0 commit comments

Comments
 (0)