[Patch #1005465] Markup tweaks

This commit is contained in:
Andrew M. Kuchling 2004-08-09 17:36:56 +00:00
parent e236b38731
commit 24884a5ccc
1 changed files with 2 additions and 1 deletions

View File

@ -126,7 +126,7 @@ class C:
Class methods are different than \Cpp{} or Java static methods. Class methods are different than \Cpp{} or Java static methods.
If you want those, see \function{staticmethod()} in this section. If you want those, see \function{staticmethod()} in this section.
\versionadded{2.2} \versionadded{2.2}
Function decorator syntax added in version 2.4. \versionchanged[Function decorator syntax added]{2.4}
\end{funcdesc} \end{funcdesc}
\begin{funcdesc}{cmp}{x, y} \begin{funcdesc}{cmp}{x, y}
@ -958,6 +958,7 @@ class C:
For a more advanced concept, see \function{classmethod()} in this For a more advanced concept, see \function{classmethod()} in this
section. section.
\versionadded{2.2} \versionadded{2.2}
\versionchanged[Function decorator syntax added]{2.4}
\end{funcdesc} \end{funcdesc}
\begin{funcdesc}{str}{\optional{object}} \begin{funcdesc}{str}{\optional{object}}