summaryrefslogtreecommitdiffstats
path: root/Doc/library/sys.rst
diff options
context:
space:
mode:
authorMark Dickinson <dickinsm@gmail.com>2010-07-03 09:17:16 (GMT)
committerMark Dickinson <dickinsm@gmail.com>2010-07-03 09:17:16 (GMT)
commit39af05fc6e5dc06a7529612a62db3d3875682ff4 (patch)
tree2152a9e424862ab209965a8c4bbf42e04b381831 /Doc/library/sys.rst
parente2a89737c02f80cfaba93f57ab9819cc9065d1d3 (diff)
downloadcpython-39af05fc6e5dc06a7529612a62db3d3875682ff4.zip
cpython-39af05fc6e5dc06a7529612a62db3d3875682ff4.tar.gz
cpython-39af05fc6e5dc06a7529612a62db3d3875682ff4.tar.bz2
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. ........
Diffstat (limited to 'Doc/library/sys.rst')
-rw-r--r--Doc/library/sys.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/library/sys.rst b/Doc/library/sys.rst
index 2ce748f..770c267 100644
--- a/Doc/library/sys.rst
+++ b/Doc/library/sys.rst
@@ -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 |