]> granicus.if.org Git - python/commitdiff
Fix a markup error: do not omit a method's parameter list if it is
authorFred Drake <fdrake@acm.org>
Thu, 5 Jul 2001 21:14:03 +0000 (21:14 +0000)
committerFred Drake <fdrake@acm.org>
Thu, 5 Jul 2001 21:14:03 +0000 (21:14 +0000)
empty.

Doc/lib/liburllib2.tex

index ddf89ee0db1152404bb3282deec00b4a0ff4df9a..0be3bbb472afd8c083f95d5dfcc09937141953fa 100644 (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}