From: Neal Norwitz Date: Tue, 11 Oct 2005 03:24:28 +0000 (+0000) Subject: Backport: SF bug #1323294, Minor error in the Library Reference doc. X-Git-Tag: v2.4.3c1~244 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f890174a8953f592aa6d86dec1c14f389ae33393;p=thirdparty%2FPython%2Fcpython.git Backport: SF bug #1323294, Minor error in the Library Reference doc. --- diff --git a/Doc/lib/libnew.tex b/Doc/lib/libnew.tex index f1ff7ea55a0c..5edc95dae808 100644 --- a/Doc/lib/libnew.tex +++ b/Doc/lib/libnew.tex @@ -47,9 +47,10 @@ function. %XXX This is still undocumented!!!!!!!!!!! \end{funcdesc} -\begin{funcdesc}{module}{name} +\begin{funcdesc}{module}{name[, doc]} This function returns a new module object with name \var{name}. \var{name} must be a string. +The optional \var{doc} argument can have any type. \end{funcdesc} \begin{funcdesc}{classobj}{name, baseclasses, dict}