]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
#10676: fix bad wording in parallel with the lang ref.
authorGeorg Brandl <georg@python.org>
Sat, 11 Dec 2010 08:10:37 +0000 (08:10 +0000)
committerGeorg Brandl <georg@python.org>
Sat, 11 Dec 2010 08:10:37 +0000 (08:10 +0000)
Doc/library/stdtypes.rst

index 31f00b6396f4f70b4c05c4f5a12cba19295b1397..a0aee04c7fbc95c7f465c554f2b9c7359bb4bba4 100644 (file)
@@ -360,10 +360,10 @@ Notes:
    See :ref:`built-in-funcs` for a full description.
 
 (4)
-   Complex floor division operator, modulo operator, and :func:`divmod`.
-
    .. deprecated:: 2.3
-      Instead convert to float using :func:`abs` if appropriate.
+      The floor division operator, the modulo operator, and the :func:`divmod`
+      function are no longer defined for complex numbers.  Instead, convert to
+      a floating point number using the :func:`abs` function if appropriate.
 
 (5)
    Also referred to as integer division.  The resultant value is a whole integer,