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

Skip to content

Commit 24884a5

Browse files
committed
[Patch #1005465] Markup tweaks
1 parent e236b38 commit 24884a5

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

Doc/lib/libfuncs.tex

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@ \section{Built-in Functions \label{built-in-funcs}}
126126
Class methods are different than \Cpp{} or Java static methods.
127127
If you want those, see \function{staticmethod()} in this section.
128128
\versionadded{2.2}
129-
Function decorator syntax added in version 2.4.
129+
\versionchanged[Function decorator syntax added]{2.4}
130130
\end{funcdesc}
131131

132132
\begin{funcdesc}{cmp}{x, y}
@@ -958,6 +958,7 @@ \section{Built-in Functions \label{built-in-funcs}}
958958
For a more advanced concept, see \function{classmethod()} in this
959959
section.
960960
\versionadded{2.2}
961+
\versionchanged[Function decorator syntax added]{2.4}
961962
\end{funcdesc}
962963

963964
\begin{funcdesc}{str}{\optional{object}}

0 commit comments

Comments
 (0)