PEP 500: adding a missing 'not'
This commit is contained in:
parent
6a8ce66813
commit
713e0f2c1f
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue