Merged revisions 82476 via svnmerge from

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.
........
This commit is contained in:
Mark Dickinson 2010-07-03 09:17:16 +00:00
parent e2a89737c0
commit 39af05fc6e
1 changed files with 1 additions and 1 deletions

View File

@ -232,7 +232,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 |