[Python-checkins] peps: PEP 501: Fix typo reported by Florian Bruhin

nick.coghlan python-checkins at python.org
Sat Aug 8 16:56:11 CEST 2015


https://hg.python.org/peps/rev/7dc37e2dfb63
changeset:   5937:7dc37e2dfb63
user:        Nick Coghlan <ncoghlan at gmail.com>
date:        Sun Aug 09 00:56:03 2015 +1000
summary:
  PEP 501: Fix typo reported by Florian Bruhin

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


diff --git a/pep-0501.txt b/pep-0501.txt
--- a/pep-0501.txt
+++ b/pep-0501.txt
@@ -374,7 +374,7 @@
        (https://www.python.org/dev/peps/pep-0215/)
 
 .. [#] PEP 292: Simpler String Substitutions
-       (https://www.python.org/dev/peps/pep-0215/)
+       (https://www.python.org/dev/peps/pep-0292/)
 
 .. [#] PEP 3101: Advanced String Formatting
        (https://www.python.org/dev/peps/pep-3101/)

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


More information about the Python-checkins mailing list