SF bug #1323294, Minor error in the Library Reference doc. Will backport
This commit is contained in:
parent
df4f6e9fa6
commit
116078f0bb
|
@ -47,9 +47,10 @@ function.
|
||||||
%XXX This is still undocumented!!!!!!!!!!!
|
%XXX This is still undocumented!!!!!!!!!!!
|
||||||
\end{funcdesc}
|
\end{funcdesc}
|
||||||
|
|
||||||
\begin{funcdesc}{module}{name}
|
\begin{funcdesc}{module}{name[, doc]}
|
||||||
This function returns a new module object with name \var{name}.
|
This function returns a new module object with name \var{name}.
|
||||||
\var{name} must be a string.
|
\var{name} must be a string.
|
||||||
|
The optional \var{doc} argument can have any type.
|
||||||
\end{funcdesc}
|
\end{funcdesc}
|
||||||
|
|
||||||
\begin{funcdesc}{classobj}{name, baseclasses, dict}
|
\begin{funcdesc}{classobj}{name, baseclasses, dict}
|
||||||
|
|
Loading…
Reference in New Issue