Fix a markup error: do not omit a method's parameter list if it is

empty.
This commit is contained in:
Fred Drake 2001-07-05 21:14:03 +00:00
parent dc19163b18
commit a939911345
1 changed files with 1 additions and 1 deletions

View File

@ -560,6 +560,6 @@ Open the gopher resource indicated by \var{req}.
\subsection{UnknownHandler Objects \label{unknown-handler-objects}}
\begin{methoddesc}[UnknownHandler]{unknown_open}
\begin{methoddesc}[UnknownHandler]{unknown_open}{}
Raise a \exception{URLError} exception.
\end{methoddesc}