From 713e0f2c1feec9d69989e6c3e9c7cdd5f2268f41 Mon Sep 17 00:00:00 2001 From: Nick Coghlan Date: Sat, 8 Aug 2015 19:28:56 +1000 Subject: [PATCH] PEP 500: adding a missing 'not' --- pep-0500.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pep-0500.txt b/pep-0500.txt index d9a13a928..3b9bda66c 100644 --- a/pep-0500.txt +++ b/pep-0500.txt @@ -47,7 +47,7 @@ accordance with the usual mechanisms for shadowing builtin functions. 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