mirror of
https://github.com/python/cpython.git
synced 2025-09-26 18:29:57 +00:00
Fix some markup nits
This commit is contained in:
parent
8ab2ec432a
commit
938b7a0f63
1 changed files with 4 additions and 4 deletions
|
@ -91,8 +91,8 @@ def my_import(name):
|
||||||
\indexii{Boolean}{type}
|
\indexii{Boolean}{type}
|
||||||
\versionadded{2.2.1}
|
\versionadded{2.2.1}
|
||||||
|
|
||||||
If no argument is given, this function returns \code{False}.
|
\versionchanged[If no argument is given, this function returns
|
||||||
\versionchanged{2.3}
|
\code{False}]{2.3}
|
||||||
\end{funcdesc}
|
\end{funcdesc}
|
||||||
|
|
||||||
\begin{funcdesc}{buffer}{object\optional{, offset\optional{, size}}}
|
\begin{funcdesc}{buffer}{object\optional{, offset\optional{, size}}}
|
||||||
|
@ -687,8 +687,8 @@ for all new style classes. It has the methods that are common
|
||||||
to all instances of new style classes.
|
to all instances of new style classes.
|
||||||
\versionadded{2.2}
|
\versionadded{2.2}
|
||||||
|
|
||||||
This function does not accept any arguments. \versionchanged{2.3}
|
\versionchanged[This function does not accept any arguments.
|
||||||
Formerly, it accepted arguments but ignored them.
|
Formerly, it accepted arguments but ignored them]{2.3}
|
||||||
\end{funcdesc}
|
\end{funcdesc}
|
||||||
|
|
||||||
\begin{funcdesc}{oct}{x}
|
\begin{funcdesc}{oct}{x}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue