[Python-checkins] peps: Fixed a typo found by Jochen Kupperschmidt. Thanks!

eric.smith python-checkins at python.org
Wed Aug 26 12:08:25 CEST 2015


https://hg.python.org/peps/rev/44b5cc0053dd
changeset:   5989:44b5cc0053dd
user:        Eric V. Smith <eric at trueblade.com>
date:        Wed Aug 26 06:08:21 2015 -0400
summary:
  Fixed a typo found by Jochen Kupperschmidt. Thanks!

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
@@ -513,7 +513,7 @@
 Both of these remain as options in the future, if such functionality
 is desired.
 
-!s, !r, and !s are redundant
+!s, !r, and !a are redundant
 ----------------------------
 
 The !s, !r, and !a are not strictly required. Because arbitrary

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


More information about the Python-checkins mailing list