mirror of
https://github.com/python/cpython.git
synced 2025-09-27 10:50:04 +00:00
Merged revisions 72439 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk ........ r72439 | eric.smith | 2009-05-07 15:36:09 -0400 (Thu, 07 May 2009) | 1 line Fixed wording for formatting integers: precision is not allowed. ........
This commit is contained in:
parent
7eaa992066
commit
98ff81deec
1 changed files with 1 additions and 1 deletions
|
@ -388,7 +388,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.
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue