Skip to content

Commit 91a6334

Browse files
committed
Fix typo in sys.float_info docs.
1 parent 2e9d488 commit 91a6334

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Doc/library/sys.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -305,7 +305,7 @@ always available.
305305
+---------------------+----------------+--------------------------------------------------+
306306
| attribute | float.h macro | explanation |
307307
+=====================+================+==================================================+
308-
| :const:`epsilon` | DBL_MAX | difference between 1 and the least value greater |
308+
| :const:`epsilon` | DBL_EPSILON | difference between 1 and the least value greater |
309309
| | | than 1 that is representable as a float |
310310
+---------------------+----------------+--------------------------------------------------+
311311
| :const:`dig` | DBL_DIG | maximum number of decimal digits that can be |

0 commit comments

Comments
 (0)