mirror of
https://github.com/python/cpython.git
synced 2025-11-25 04:34:37 +00:00
Remove dots in \version{changed,added} argument and
correct argument order.
This commit is contained in:
parent
d056005482
commit
a635fbbcb0
7 changed files with 12 additions and 12 deletions
|
|
@ -536,7 +536,7 @@ class C:
|
|||
\begin{funcdesc}{hex}{x}
|
||||
Convert an integer number (of any size) to a hexadecimal string.
|
||||
The result is a valid Python expression.
|
||||
\versionchanged[Formerly only returned an unsigned literal.]{2.4}
|
||||
\versionchanged[Formerly only returned an unsigned literal]{2.4}
|
||||
\end{funcdesc}
|
||||
|
||||
\begin{funcdesc}{id}{object}
|
||||
|
|
@ -708,7 +708,7 @@ class C:
|
|||
\begin{funcdesc}{oct}{x}
|
||||
Convert an integer number (of any size) to an octal string. The
|
||||
result is a valid Python expression.
|
||||
\versionchanged[Formerly only returned an unsigned literal.]{2.4}
|
||||
\versionchanged[Formerly only returned an unsigned literal]{2.4}
|
||||
\end{funcdesc}
|
||||
|
||||
\begin{funcdesc}{open}{filename\optional{, mode\optional{, bufsize}}}
|
||||
|
|
@ -1171,7 +1171,7 @@ class C(B):
|
|||
|
||||
\versionchanged[Formerly, \function{zip()} required at least one argument
|
||||
and \code{zip()} raised a \exception{TypeError} instead of returning
|
||||
an empty list.]{2.4}
|
||||
an empty list]{2.4}
|
||||
\end{funcdesc}
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue