diff options
author | Martin v. Löwis <martin@v.loewis.de> | 2003-11-18 19:48:57 (GMT) |
---|---|---|
committer | Martin v. Löwis <martin@v.loewis.de> | 2003-11-18 19:48:57 (GMT) |
commit | 8bafb2aaca1c6251af09f13bbf3aa8461b1e940f (patch) | |
tree | 55d317ef2671eaa84cc61a4079850b4dbd06d6d5 /Doc/lib/libfuncs.tex | |
parent | 6caea370ac3e79e8295e456b566a04817eefb0fd (diff) | |
download | cpython-8bafb2aaca1c6251af09f13bbf3aa8461b1e940f.zip cpython-8bafb2aaca1c6251af09f13bbf3aa8461b1e940f.tar.gz cpython-8bafb2aaca1c6251af09f13bbf3aa8461b1e940f.tar.bz2 |
Patch #843088: Fix typos. Backported to 2.3.
Diffstat (limited to 'Doc/lib/libfuncs.tex')
-rw-r--r-- | Doc/lib/libfuncs.tex | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/lib/libfuncs.tex b/Doc/lib/libfuncs.tex index abafcad..a04174b 100644 --- a/Doc/lib/libfuncs.tex +++ b/Doc/lib/libfuncs.tex @@ -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 |