Remove dots in \version{changed,added} argument and

correct argument order.
This commit is contained in:
Georg Brandl 2006-01-15 07:55:35 +00:00
parent d056005482
commit a635fbbcb0
7 changed files with 12 additions and 12 deletions

View file

@ -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}