]> granicus.if.org Git - python/commitdiff
s/div/truediv/; thanks to FĂ©lix-Antoine Fortin from docs@
authorSandro Tosi <sandro.tosi@gmail.com>
Tue, 28 Feb 2012 21:28:28 +0000 (22:28 +0100)
committerSandro Tosi <sandro.tosi@gmail.com>
Tue, 28 Feb 2012 21:28:28 +0000 (22:28 +0100)
Doc/library/operator.rst

index b03d9df2081a1265c94779061862ce8e50973013..9ba7f41104eacdc77640da376fc8cd358d21e372 100644 (file)
@@ -340,7 +340,7 @@ Python syntax and the functions in the :mod:`operator` module.
 +-----------------------+-------------------------+---------------------------------------+
 | Containment Test      | ``obj in seq``          | ``contains(seq, obj)``                |
 +-----------------------+-------------------------+---------------------------------------+
-| Division              | ``a / b``               | ``div(a, b)``                         |
+| Division              | ``a / b``               | ``truediv(a, b)``                     |
 +-----------------------+-------------------------+---------------------------------------+
 | Division              | ``a // b``              | ``floordiv(a, b)``                    |
 +-----------------------+-------------------------+---------------------------------------+