Patch #843088: Fix typos. Backported to 2.3.

This commit is contained in:
Martin v. Löwis 2003-11-18 19:48:57 +00:00
parent 6caea370ac
commit 8bafb2aaca
2 changed files with 3 additions and 3 deletions

View file

@ -971,7 +971,7 @@ class C:
\versionadded{2.3}
\end{funcdesc}
\begin{funcdesc}{super}{type\optional{object-or-type}}
\begin{funcdesc}{super}{type\optional{, object-or-type}}
Return the superclass of \var{type}. If the second argument is omitted
the super object returned is unbound. If the second argument is an
object, \code{isinstance(\var{obj}, \var{type})} must be true. If