]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Small markup & usage adjustments.
authorFred Drake <fdrake@acm.org>
Thu, 17 Jun 1999 18:58:02 +0000 (18:58 +0000)
committerFred Drake <fdrake@acm.org>
Thu, 17 Jun 1999 18:58:02 +0000 (18:58 +0000)
Doc/lib/libnew.tex

index bf214cb574d0517eee5de0ce971bd0c5e71755c3..7ed81797d13686271e1306c969215209c1b2e60d 100644 (file)
@@ -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}