]> granicus.if.org Git - python/commitdiff
Merged revisions 82476 via svnmerge from
authorMark Dickinson <dickinsm@gmail.com>
Sat, 3 Jul 2010 09:16:01 +0000 (09:16 +0000)
committerMark Dickinson <dickinsm@gmail.com>
Sat, 3 Jul 2010 09:16:01 +0000 (09:16 +0000)
svn+ssh://pythondev@svn.python.org/python/trunk

........
  r82476 | mark.dickinson | 2010-07-03 10:15:09 +0100 (Sat, 03 Jul 2010) | 1 line

  Fix typo in sys.float_info docs.
........

Doc/library/sys.rst

index a8af95273c42afbc735444439ace5eee28ba5969..7fd918817d2ffd0160944c07a555277939a37d3b 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     |