Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit a939911

Browse files
committed
Fix a markup error: do not omit a method's parameter list if it is
empty.
1 parent dc19163 commit a939911

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Doc/lib/liburllib2.tex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -560,6 +560,6 @@ \subsection{GopherHandler Objects \label{gopher-handler}}
560560

561561
\subsection{UnknownHandler Objects \label{unknown-handler-objects}}
562562

563-
\begin{methoddesc}[UnknownHandler]{unknown_open}
563+
\begin{methoddesc}[UnknownHandler]{unknown_open}{}
564564
Raise a \exception{URLError} exception.
565565
\end{methoddesc}

0 commit comments

Comments
 (0)