Kaydet (Commit) 7523234a authored tarafından Eric Smith's avatar Eric Smith

Fixed wording for formatting integers: precision is not allowed.

üst f7e7babb
...@@ -395,7 +395,7 @@ displayed after the decimal point for a floating point value formatted with ...@@ -395,7 +395,7 @@ displayed after the decimal point for a floating point value formatted with
``'f'`` and ``'F'``, or before and after the decimal point for a floating point ``'f'`` and ``'F'``, or before and after the decimal point for a floating point
value formatted with ``'g'`` or ``'G'``. For non-number types the field value formatted with ``'g'`` or ``'G'``. For non-number types the field
indicates the maximum field size - in other words, how many characters will be indicates the maximum field size - in other words, how many characters will be
used from the field content. The *precision* is ignored for integer values. used from the field content. The *precision* is not allowed for integer values.
Finally, the *type* determines how the data should be presented. Finally, the *type* determines how the data should be presented.
......
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