Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8b168ba commit cc2b81eCopy full SHA for cc2b81e
1 file changed
Doc/texinputs/python.sty
@@ -750,13 +750,10 @@
750
\newcommand{\email}[1]{{\small\textsf{#1}}}
751
\newcommand{\newsgroup}[1]{{\small\textsf{#1}}}
752
753
-%\newcommand{\py@varvars}[1]{{\def\,{\/{\char`\,}}\var{#1}}}
754
-\newcommand{\py@varvars}[1]{%
+\newcommand{\py@varvars}[1]{{%
755
{\let\unspecified=\py@unspecified%
756
\let\moreargs=\py@moreargs%
757
- \def\,{\/{\char`\,}}\var{#1}}}
758
-% let's see if this breaks anything now; we may be able to simplify...
759
-\renewcommand{\py@varvars}[1]{\var{#1}}
+ \var{#1}}}}
760
761
% I'd really like to get rid of this!
762
\newif\iftexi\texifalse
0 commit comments