cpython: 04c4f141874b (original) (raw)

Mercurial > cpython

changeset 87579:04c4f141874b 2.7

Issue #19794: Improved markup for True/False constants. [#19794]

Serhiy Storchaka storchaka@gmail.com
date Tue, 26 Nov 2013 17:32:03 +0200
parents 313d9bb253bf
children 6d6a018a3bb0
files Doc/library/decimal.rst
diffstat 1 files changed, 11 insertions(+), 11 deletions(-)[+] [-] Doc/library/decimal.rst 22

line wrap: on

line diff

--- a/Doc/library/decimal.rst +++ b/Doc/library/decimal.rst @@ -1226,52 +1226,52 @@ In addition to the three supplied contex .. method:: is_canonical(x)

.. method:: is_finite(x)

.. method:: is_infinite(x)

.. method:: is_nan(x)

.. method:: is_normal(x)

.. method:: is_qnan(x)

.. method:: is_signed(x)

.. method:: is_snan(x)

.. method:: is_subnormal(x)

.. method:: is_zero(x)

.. method:: ln(x) @@ -1431,7 +1431,7 @@ In addition to the three supplied contex .. method:: same_quantum(x, y)

.. method:: scaleb (x, y)