Fixed wording for formatting integers: precision is not allowed.

This commit is contained in:
Eric Smith 2009-05-07 19:36:09 +00:00
parent f7e7babb55
commit 7523234abf
1 changed files with 1 additions and 1 deletions

View File

@ -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
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
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.