Index: introduction.rst
===================================================================
--- introduction.rst	(revision 58273)
+++ introduction.rst	(working copy)
@@ -131,7 +131,7 @@
    0.5
 
 The conversion functions to floating point and integer (:func:`float`,
-:func:`int` and :func:`long`) don't work for complex numbers --- there is no one
+:func:`int`) don't work for complex numbers --- there is no one
 correct way to convert a complex number to a real number.  Use ``abs(z)`` to get
 its magnitude (as a float) or ``z.real`` to get its real part. ::
 
