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 6d394d9 commit 8b687cfCopy full SHA for 8b687cf
1 file changed
Doc/tut/tut.tex
@@ -3888,7 +3888,7 @@ \subsection{Class Objects \label{classObjects}}
3888
\end{verbatim}
3889
3890
then \code{MyClass.i} and \code{MyClass.f} are valid attribute
3891
-references, returning an integer and a method object, respectively.
+references, returning an integer and a function object, respectively.
3892
Class attributes can also be assigned to, so you can change the value
3893
of \code{MyClass.i} by assignment. \member{__doc__} is also a valid
3894
attribute, returning the docstring belonging to the class: \code{"A
0 commit comments