mirror of
https://github.com/python/cpython.git
synced 2024-11-27 03:45:08 +08:00
bpo-13790: Change 'string' to 'specification' in format doc (GH-18690)
This commit is contained in:
parent
c705fd1e89
commit
916895f939
@ -302,9 +302,9 @@ specification is to be interpreted.
|
||||
Most built-in types implement the following options for format specifications,
|
||||
although some of the formatting options are only supported by the numeric types.
|
||||
|
||||
A general convention is that an empty format string (``""``) produces
|
||||
A general convention is that an empty format specification produces
|
||||
the same result as if you had called :func:`str` on the value. A
|
||||
non-empty format string typically modifies the result.
|
||||
non-empty format specification typically modifies the result.
|
||||
|
||||
The general form of a *standard format specifier* is:
|
||||
|
||||
|
@ -0,0 +1 @@
|
||||
Change 'string' to 'specification' in format doc.
|
Loading…
Reference in New Issue
Block a user