PEP5: Double word reported by Aseem Bansal on python-list.

This commit is contained in:
Terry Jan Reedy 2013-08-20 16:03:37 -04:00
parent fb6e6e94e7
commit 0c0078bbb0
1 changed files with 1 additions and 1 deletions

View File

@ -59,7 +59,7 @@ Steps For Introducing Backwards-Incompatible Features
3. Formally deprecate the obsolete construct in the Python
documentation.
4. Add an an optional warning mode to the parser that will inform
4. Add an optional warning mode to the parser that will inform
users when the deprecated construct is used. In other words,
all programs that will behave differently in the future must
trigger warnings in this mode. Compile-time warnings are