Commit d960dc81 authored by Fred Drake's avatar Fred Drake

Fix square brackets around optional parameters to macros.

parent 7a737dff
...@@ -25,10 +25,10 @@ ...@@ -25,10 +25,10 @@
\newenvironment{macrodesc}[2]{ \newenvironment{macrodesc}[2]{
\begin{fulllineitems} \begin{fulllineitems}
\item[\code{\e\bfseries#1}{% \item[\code{{\e\bfseries#1}{%
\let\op=\py@ltx@optparam% \let\op=\py@ltx@optparam%
\let\p=\py@ltx@param% \let\p=\py@ltx@param%
#2}] #2}}]
\index{#1@\idxcode{\e #1}} \index{#1@\idxcode{\e #1}}
}{\end{fulllineitems}} }{\end{fulllineitems}}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment