Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 924b42d commit 26921daCopy full SHA for 26921da
1 file changed
Doc/lib/libnew.tex
@@ -15,10 +15,9 @@ \section{\module{new} ---
15
The \module{new} module defines the following functions:
16
17
\begin{funcdesc}{instance}{class, dict}
18
-This function creates an instance of \class{class} with dictionary
+This function creates an instance of \var{class} with dictionary
19
\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.
+there are no guarantees that the object will be in a consistent state.
22
\end{funcdesc}
23
24
\begin{funcdesc}{instancemethod}{function, instance, class}
0 commit comments