diff --git a/pep-0498.txt b/pep-0498.txt index bd6ebeda2..5988f58c0 100644 --- a/pep-0498.txt +++ b/pep-0498.txt @@ -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