[Python-checkins] peps: Changed title.

eric.smith python-checkins at python.org
Sun Aug 30 15:16:12 CEST 2015


https://hg.python.org/peps/rev/7c5c306723bd
changeset:   6017:7c5c306723bd
user:        Eric V. Smith <eric at trueblade.com>
date:        Sun Aug 30 09:16:20 2015 -0400
summary:
  Changed title.

files:
  pep-0498.txt |  8 ++++----
  1 files changed, 4 insertions(+), 4 deletions(-)


diff --git a/pep-0498.txt b/pep-0498.txt
--- a/pep-0498.txt
+++ b/pep-0498.txt
@@ -1,5 +1,5 @@
 PEP: 498
-Title: Literal String Formatting
+Title: Literal String Interpolation
 Version: $Revision$
 Last-Modified: $Date$
 Author: Eric V. Smith <eric at trueblade.com>
@@ -8,7 +8,7 @@
 Content-Type: text/x-rst
 Created: 01-Aug-2015
 Python-Version: 3.6
-Post-History: 07-Aug-2015
+Post-History: 07-Aug-2015, 30-Aug-2015
 
 Abstract
 ========
@@ -18,9 +18,9 @@
 [#]_. Each of these methods have their advantages, but in addition
 have disadvantages that make them cumbersome to use in practice. This
 PEP proposed to add a new string formatting mechanism: Literal String
-Formatting. In this PEP, such strings will be refered to as
+Interpolation. In this PEP, such strings will be refered to as
 "f-strings", taken from the leading character used to denote such
-strings.
+strings, and standing for "formatted strings".
 
 This PEP does not propose to remove or deprecate any of the existing
 string formatting mechanisms.

-- 
Repository URL: https://hg.python.org/peps


More information about the Python-checkins mailing list