From: Fred Drake Date: Thu, 5 Jul 2001 21:14:03 +0000 (+0000) Subject: Fix a markup error: do not omit a method's parameter list if it is X-Git-Tag: v2.2a3~1334 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=a939911345874ce95fea08bf8a9b8add81028ab1;p=python Fix a markup error: do not omit a method's parameter list if it is empty. --- diff --git a/Doc/lib/liburllib2.tex b/Doc/lib/liburllib2.tex index ddf89ee0db..0be3bbb472 100644 --- a/Doc/lib/liburllib2.tex +++ b/Doc/lib/liburllib2.tex @@ -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}