Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 39af05f

Browse files
committed
Merged revisions 82476 via svnmerge from
svn+ssh://[email protected]/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. ........
1 parent e2a8973 commit 39af05f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Doc/library/sys.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -232,7 +232,7 @@ always available.
232232
+---------------------+----------------+--------------------------------------------------+
233233
| attribute | float.h macro | explanation |
234234
+=====================+================+==================================================+
235-
| :const:`epsilon` | DBL_MAX | difference between 1 and the least value greater |
235+
| :const:`epsilon` | DBL_EPSILON | difference between 1 and the least value greater |
236236
| | | than 1 that is representable as a float |
237237
+---------------------+----------------+--------------------------------------------------+
238238
| :const:`dig` | DBL_DIG | maximum number of decimal digits that can be |

0 commit comments

Comments
 (0)