From: Mark Dickinson Date: Sat, 3 Jul 2010 09:15:09 +0000 (+0000) Subject: Fix typo in sys.float_info docs. X-Git-Tag: v2.7~13 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=91a63346fa5e8d154fef3fa931bd5253b7e28f63;p=python Fix typo in sys.float_info docs. --- diff --git a/Doc/library/sys.rst b/Doc/library/sys.rst index e0f96caaf7..ca5d2b06d1 100644 --- a/Doc/library/sys.rst +++ b/Doc/library/sys.rst @@ -305,7 +305,7 @@ always available. +---------------------+----------------+--------------------------------------------------+ | attribute | float.h macro | explanation | +=====================+================+==================================================+ - | :const:`epsilon` | DBL_MAX | difference between 1 and the least value greater | + | :const:`epsilon` | DBL_EPSILON | difference between 1 and the least value greater | | | | than 1 that is representable as a float | +---------------------+----------------+--------------------------------------------------+ | :const:`dig` | DBL_DIG | maximum number of decimal digits that can be |