diff options
author | Neal Norwitz <nnorwitz@gmail.com> | 2005-10-11 03:23:45 (GMT) |
---|---|---|
committer | Neal Norwitz <nnorwitz@gmail.com> | 2005-10-11 03:23:45 (GMT) |
commit | 116078f0bb900f6f5da3ee0ca6d0c58210528eca (patch) | |
tree | c7cd5ca553083c9800ab1469e7fa8d18f8792b40 /Doc | |
parent | df4f6e9fa6884e050826d39857dbcf43c41947e5 (diff) | |
download | cpython-116078f0bb900f6f5da3ee0ca6d0c58210528eca.zip cpython-116078f0bb900f6f5da3ee0ca6d0c58210528eca.tar.gz cpython-116078f0bb900f6f5da3ee0ca6d0c58210528eca.tar.bz2 |
SF bug #1323294, Minor error in the Library Reference doc. Will backport
Diffstat (limited to 'Doc')
-rw-r--r-- | Doc/lib/libnew.tex | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Doc/lib/libnew.tex b/Doc/lib/libnew.tex index f1ff7ea..5edc95da 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} |