]> granicus.if.org Git - python/commitdiff
Fix typo in sys.float_info docs.
authorMark Dickinson <dickinsm@gmail.com>
Sat, 3 Jul 2010 09:15:09 +0000 (09:15 +0000)
committerMark Dickinson <dickinsm@gmail.com>
Sat, 3 Jul 2010 09:15:09 +0000 (09:15 +0000)
Doc/library/sys.rst

index e0f96caaf7e95d1b97459bb73cb02ec4f029272a..ca5d2b06d163998d77c583b6d65a44cbe09d54ed 100644 (file)
@@ -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     |