diff options
| author | Fred Drake <fdrake@acm.org> | 1999-04-23 14:44:53 +0000 |
|---|---|---|
| committer | Fred Drake <fdrake@acm.org> | 1999-04-23 14:44:53 +0000 |
| commit | d960dc81b5b436eeeb8b9fd3e3092a0fbddad302 (patch) | |
| tree | b7f166947998007600c8d7f831cc828bf05b07f4 | |
| parent | 7a737dffc481a1041269d6c315e34ab9227f3234 (diff) | |
| download | cpython-git-d960dc81b5b436eeeb8b9fd3e3092a0fbddad302.tar.gz | |
Fix square brackets around optional parameters to macros.
| -rw-r--r-- | Doc/texinputs/ltxmarkup.sty | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Doc/texinputs/ltxmarkup.sty b/Doc/texinputs/ltxmarkup.sty index 440e697421..62ef4f3ca3 100644 --- a/Doc/texinputs/ltxmarkup.sty +++ b/Doc/texinputs/ltxmarkup.sty @@ -25,10 +25,10 @@ \newenvironment{macrodesc}[2]{ \begin{fulllineitems} - \item[\code{\e\bfseries#1}{% + \item[\code{{\e\bfseries#1}{% \let\op=\py@ltx@optparam% \let\p=\py@ltx@param% - #2}] + #2}}] \index{#1@\idxcode{\e #1}} }{\end{fulllineitems}} |
