From 91a63346fa5e8d154fef3fa931bd5253b7e28f63 Mon Sep 17 00:00:00 2001 From: Mark Dickinson Date: Sat, 3 Jul 2010 09:15:09 +0000 Subject: [PATCH] Fix typo in sys.float_info docs. --- Doc/library/sys.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Doc/library/sys.rst b/Doc/library/sys.rst index e0f96caaf7e..ca5d2b06d16 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 |