Index: Doc/tutorial/floatingpoint.rst =================================================================== --- Doc/tutorial/floatingpoint.rst (revision 73597) +++ Doc/tutorial/floatingpoint.rst (working copy) @@ -165,7 +165,7 @@ >>> x = 3.14159 >>> x.as_integer_ratio() - (3537115888337719L, 1125899906842624L) + (3537115888337719, 1125899906842624) Since the ratio is exact, it can be used to losslessly recreate the original value::