Kaydet (Commit) 91a63346 authored tarafından Mark Dickinson's avatar Mark Dickinson

Fix typo in sys.float_info docs.

üst 2e9d4885
......@@ -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 |
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment