SF bug #1323294, Minor error in the Library Reference doc. Will backport

This commit is contained in:
Neal Norwitz 2005-10-11 03:23:45 +00:00
parent df4f6e9fa6
commit 116078f0bb
1 changed files with 2 additions and 1 deletions

View 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}