Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 26921da

Browse files
committed
Small markup & usage adjustments.
1 parent 924b42d commit 26921da

1 file changed

Lines changed: 2 additions & 3 deletions

File tree

Doc/lib/libnew.tex

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,9 @@ \section{\module{new} ---
1515
The \module{new} module defines the following functions:
1616

1717
\begin{funcdesc}{instance}{class, dict}
18-
This function creates an instance of \class{class} with dictionary
18+
This function creates an instance of \var{class} with dictionary
1919
\var{dict} without calling the \method{__init__()} constructor. Note that
20-
this means that there are no guarantees that the object will be in a
21-
consistent state.
20+
there are no guarantees that the object will be in a consistent state.
2221
\end{funcdesc}
2322

2423
\begin{funcdesc}{instancemethod}{function, instance, class}

0 commit comments

Comments
 (0)