summaryrefslogtreecommitdiffstats
path: root/Doc/lib/liburllib2.tex
diff options
context:
space:
mode:
authorFred Drake <fdrake@acm.org>2001-07-05 21:14:03 (GMT)
committerFred Drake <fdrake@acm.org>2001-07-05 21:14:03 (GMT)
commita939911345874ce95fea08bf8a9b8add81028ab1 (patch)
tree63379cb33c950731fec12689ee85c7a79d49d11a /Doc/lib/liburllib2.tex
parentdc19163b18e193a729e75cb98926ff96c3154f99 (diff)
downloadcpython-a939911345874ce95fea08bf8a9b8add81028ab1.zip
cpython-a939911345874ce95fea08bf8a9b8add81028ab1.tar.gz
cpython-a939911345874ce95fea08bf8a9b8add81028ab1.tar.bz2
Fix a markup error: do not omit a method's parameter list if it is
empty.
Diffstat (limited to 'Doc/lib/liburllib2.tex')
-rw-r--r--Doc/lib/liburllib2.tex2
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/lib/liburllib2.tex b/Doc/lib/liburllib2.tex
index ddf89ee..0be3bbb 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}