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: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=91a63346fa5e8d154fef3fa931bd5253b7e28f63;p=thirdparty%2FPython%2Fcpython.git Fix typo in sys.float_info docs. --- diff --git a/Doc/library/sys.rst b/Doc/library/sys.rst index e0f96caaf7e9..ca5d2b06d163 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 |