mirror of
https://github.com/python/cpython.git
synced 2025-11-11 14:44:57 +00:00
[Patch #1005465] Markup tweaks
This commit is contained in:
parent
e236b38731
commit
24884a5ccc
1 changed files with 2 additions and 1 deletions
|
|
@ -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}}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue