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 e236b38 commit 24884a5Copy full SHA for 24884a5
1 file changed
Doc/lib/libfuncs.tex
@@ -126,7 +126,7 @@ \section{Built-in Functions \label{built-in-funcs}}
126
Class methods are different than \Cpp{} or Java static methods.
127
If you want those, see \function{staticmethod()} in this section.
128
\versionadded{2.2}
129
- Function decorator syntax added in version 2.4.
+ \versionchanged[Function decorator syntax added]{2.4}
130
\end{funcdesc}
131
132
\begin{funcdesc}{cmp}{x, y}
@@ -958,6 +958,7 @@ \section{Built-in Functions \label{built-in-funcs}}
958
For a more advanced concept, see \function{classmethod()} in this
959
section.
960
961
962
963
964
\begin{funcdesc}{str}{\optional{object}}
0 commit comments