PEP 498: Capitalize the F at the start of the sentence (#233)
This commit is contained in:
parent
96a71d803b
commit
6ec2412a30
|
@ -26,7 +26,7 @@ strings, and standing for "formatted strings".
|
|||
This PEP does not propose to remove or deprecate any of the existing
|
||||
string formatting mechanisms.
|
||||
|
||||
f-strings provide a way to embed expressions inside string literals,
|
||||
F-strings provide a way to embed expressions inside string literals,
|
||||
using a minimal syntax. It should be noted that an f-string is really
|
||||
an expression evaluated at run time, not a constant value. In Python
|
||||
source code, an f-string is a literal string, prefixed with 'f', which
|
||||
|
|
Loading…
Reference in New Issue