]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Backport: SF bug #1323294, Minor error in the Library Reference doc.
authorNeal Norwitz <nnorwitz@gmail.com>
Tue, 11 Oct 2005 03:24:28 +0000 (03:24 +0000)
committerNeal Norwitz <nnorwitz@gmail.com>
Tue, 11 Oct 2005 03:24:28 +0000 (03:24 +0000)
Doc/lib/libnew.tex

index f1ff7ea55a0ce147af304acefa0c1768f735d61a..5edc95dae80829986ada043d5d57aab25a6906fb 100644 (file)
@@ -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}