mirror of
https://github.com/python/cpython.git
synced 2025-11-01 18:51:43 +00:00
Fix a markup error: do not omit a method's parameter list if it is
empty.
This commit is contained in:
parent
dc19163b18
commit
a939911345
1 changed files with 1 additions and 1 deletions
|
|
@ -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}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue