Add markup to a "Python Standard Library" doc reference I added for bug 839585.

This commit is contained in:
Georg Brandl 2006-01-20 17:51:37 +00:00
parent da6b107745
commit 5f0ff5c8e7
1 changed files with 3 additions and 2 deletions

View File

@ -780,8 +780,9 @@ approximately where \code{x/y} is replaced by \code{floor(x/y)} or
In addition to performing the modulo operation on numbers, the \code{\%} In addition to performing the modulo operation on numbers, the \code{\%}
operator is also overloaded by string and unicode objects to perform operator is also overloaded by string and unicode objects to perform
string formatting (also known as interpolation). The syntax for string string formatting (also known as interpolation). The syntax for string
formatting is described in the Python Library Reference, section formatting is described in the
``Sequence Types''. \citetitle[../lib/typesseq-strings.html]{Python Library Reference},
section ``Sequence Types''.
\deprecated{2.3}{The floor division operator, the modulo operator, \deprecated{2.3}{The floor division operator, the modulo operator,
and the \function{divmod()} function are no longer defined for complex and the \function{divmod()} function are no longer defined for complex