[Python-checkins] peps: More on issue 25206: typo.

eric.smith python-checkins at python.org
Tue Sep 22 17:27:50 CEST 2015


https://hg.python.org/peps/rev/df19ba9217e4
changeset:   6097:df19ba9217e4
user:        Eric V. Smith <eric at trueblade.com>
date:        Tue Sep 22 11:27:43 2015 -0400
summary:
  More on issue 25206: typo.

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


diff --git a/pep-0498.txt b/pep-0498.txt
--- a/pep-0498.txt
+++ b/pep-0498.txt
@@ -294,7 +294,7 @@
 
 For example, this code::
 
-  f'abc{expr1:spec1}{expr2!r:spec2}def{expr3:!s}ghi'
+  f'abc{expr1:spec1}{expr2!r:spec2}def{expr3!s}ghi'
 
 Might be be evaluated as::
 

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


More information about the Python-checkins mailing list