summaryrefslogtreecommitdiffstats
path: root/Doc/lib/libnew.tex
diff options
context:
space:
mode:
authorFred Drake <fdrake@acm.org>1999-06-17 18:58:02 (GMT)
committerFred Drake <fdrake@acm.org>1999-06-17 18:58:02 (GMT)
commit26921da2c9b0dadab26f765fb4a4f4b024d2b170 (patch)
tree4a3bb19ea26149969b844c9f4fac3190cd5b3007 /Doc/lib/libnew.tex
parent924b42de9c8691d20e78b607ab3939490e1efaf6 (diff)
downloadcpython-26921da2c9b0dadab26f765fb4a4f4b024d2b170.zip
cpython-26921da2c9b0dadab26f765fb4a4f4b024d2b170.tar.gz
cpython-26921da2c9b0dadab26f765fb4a4f4b024d2b170.tar.bz2
Small markup & usage adjustments.
Diffstat (limited to 'Doc/lib/libnew.tex')
-rw-r--r--Doc/lib/libnew.tex5
1 files changed, 2 insertions, 3 deletions
diff --git a/Doc/lib/libnew.tex b/Doc/lib/libnew.tex
index bf214cb..7ed8179 100644
--- a/Doc/lib/libnew.tex
+++ b/Doc/lib/libnew.tex
@@ -15,10 +15,9 @@ to the interpreter, so care must be exercised when using this module.
The \module{new} module defines the following functions:
\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
-this means that there are no guarantees that the object will be in a
-consistent state.
+there are no guarantees that the object will be in a consistent state.
\end{funcdesc}
\begin{funcdesc}{instancemethod}{function, instance, class}