[Python-checkins] peps: Fixed wording.

eric.smith python-checkins at python.org
Sat Aug 29 22:20:55 CEST 2015


https://hg.python.org/peps/rev/233a90f64c88
changeset:   6011:233a90f64c88
user:        Eric V. Smith <eric at trueblade.com>
date:        Sat Aug 29 16:21:04 2015 -0400
summary:
  Fixed wording.

files:
  pep-0498.txt |  5 +++--
  1 files changed, 3 insertions(+), 2 deletions(-)


diff --git a/pep-0498.txt b/pep-0498.txt
--- a/pep-0498.txt
+++ b/pep-0498.txt
@@ -569,8 +569,9 @@
 ``!s``, ``!r``, and ``!a`` are redundant
 ----------------------------------------
 
-The ``!s``, ``!r``, and ``!a`` are not strictly required. Because
-arbitrary expressions are allowed inside the f-strings, this code::
+The ``!s``, ``!r``, and ``!a`` conversions are not strictly
+required. Because arbitrary expressions are allowed inside the
+f-strings, this code::
 
   >>> a = 'some string'
   >>> f'{a!r}'

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


More information about the Python-checkins mailing list