Commit 26921da2 authored by Fred Drake's avatar Fred Drake

Small markup & usage adjustments.

parent 924b42de
...@@ -15,10 +15,9 @@ to the interpreter, so care must be exercised when using this module. ...@@ -15,10 +15,9 @@ to the interpreter, so care must be exercised when using this module.
The \module{new} module defines the following functions: The \module{new} module defines the following functions:
\begin{funcdesc}{instance}{class, dict} \begin{funcdesc}{instance}{class, dict}
This function creates an instance of \class{class} with dictionary This function creates an instance of \var{class} with dictionary
\var{dict} without calling the \method{__init__()} constructor. Note that \var{dict} without calling the \method{__init__()} constructor. Note that
this means that there are no guarantees that the object will be in a there are no guarantees that the object will be in a consistent state.
consistent state.
\end{funcdesc} \end{funcdesc}
\begin{funcdesc}{instancemethod}{function, instance, class} \begin{funcdesc}{instancemethod}{function, instance, class}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment