[Python-checkins] peps: PEP 500: adding a missing 'not'

nick.coghlan python-checkins at python.org
Sat Aug 8 11:29:09 CEST 2015


https://hg.python.org/peps/rev/a065c0c5de7f
changeset:   5933:a065c0c5de7f
user:        Nick Coghlan <ncoghlan at gmail.com>
date:        Sat Aug 08 19:28:56 2015 +1000
summary:
  PEP 500: adding a missing 'not'

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


diff --git a/pep-0500.txt b/pep-0500.txt
--- a/pep-0500.txt
+++ b/pep-0500.txt
@@ -47,7 +47,7 @@
 
 This PEP does not propose to remove or deprecate any of the existing
 string formatting mechanisms, as those will remain valuable when formatting
-strings that are present directly in the source code of the application.
+strings that are not present directly in the source code of the application.
 
 The key aim of this PEP that isn't inherited from PEP 498 is to help ensure
 that future Python applications are written in a "translation ready" way, where

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


More information about the Python-checkins mailing list