]> granicus.if.org Git - python/commitdiff
Merged revisions 78220 via svnmerge from
authorMark Dickinson <dickinsm@gmail.com>
Thu, 18 Feb 2010 14:59:50 +0000 (14:59 +0000)
committerMark Dickinson <dickinsm@gmail.com>
Thu, 18 Feb 2010 14:59:50 +0000 (14:59 +0000)
svn+ssh://pythondev@svn.python.org/python/branches/py3k

........
  r78220 | mark.dickinson | 2010-02-18 14:54:37 +0000 (Thu, 18 Feb 2010) | 1 line

  Remove references to the 'long' type in py3k decimal docs.
........

Doc/library/decimal.rst

index c1c8482d499f79147480813a3521c14c87222f5d..77769cdd6c9d180a8d617e229fbb40f2c680e699 100644 (file)
@@ -351,7 +351,7 @@ Decimal objects
    operations and special methods apply.  Likewise, decimal objects can be
    copied, pickled, printed, used as dictionary keys, used as set elements,
    compared, sorted, and coerced to another type (such as :class:`float` or
-   :class:`long`).
+   :class:`int`).
 
    In addition to the standard numeric properties, decimal floating point
    objects also have a number of specialized methods: