diff options
author | Fred Drake <fdrake@acm.org> | 2001-07-05 21:14:03 +0000 |
---|---|---|
committer | Fred Drake <fdrake@acm.org> | 2001-07-05 21:14:03 +0000 |
commit | a939911345874ce95fea08bf8a9b8add81028ab1 (patch) | |
tree | 63379cb33c950731fec12689ee85c7a79d49d11a | |
parent | dc19163b18e193a729e75cb98926ff96c3154f99 (diff) | |
download | cpython-git-a939911345874ce95fea08bf8a9b8add81028ab1.tar.gz |
Fix a markup error: do not omit a method's parameter list if it is
empty.
-rw-r--r-- | Doc/lib/liburllib2.tex | 2 |
1 files changed, 1 insertions, 1 deletions
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} |