Commit a9399113 authored by Fred Drake's avatar Fred Drake

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

empty.
parent dc19163b
...@@ -560,6 +560,6 @@ Open the gopher resource indicated by \var{req}. ...@@ -560,6 +560,6 @@ Open the gopher resource indicated by \var{req}.
\subsection{UnknownHandler Objects \label{unknown-handler-objects}} \subsection{UnknownHandler Objects \label{unknown-handler-objects}}
\begin{methoddesc}[UnknownHandler]{unknown_open} \begin{methoddesc}[UnknownHandler]{unknown_open}{}
Raise a \exception{URLError} exception. Raise a \exception{URLError} exception.
\end{methoddesc} \end{methoddesc}
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