From: Fred Drake Date: Thu, 17 Jun 1999 18:58:02 +0000 (+0000) Subject: Small markup & usage adjustments. X-Git-Tag: v1.6a1~1197 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=26921da2c9b0dadab26f765fb4a4f4b024d2b170;p=thirdparty%2FPython%2Fcpython.git Small markup & usage adjustments. --- diff --git a/Doc/lib/libnew.tex b/Doc/lib/libnew.tex index bf214cb574d0..7ed81797d136 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}