Grammar fix

This commit is contained in:
Andrew Kuchling 2013-10-20 15:53:08 -04:00
parent 7d61800489
commit e5a3154c63
1 changed files with 1 additions and 1 deletions

View File

@ -13,7 +13,7 @@ Core and Builtins
- Issue #19301: Give classes and functions that are explicitly marked global a
global qualname.
- Issue #19279: UTF-7 decoder no more produces illegal strings.
- Issue #19279: UTF-7 decoder no longer produces illegal strings.
- Issue #16612: Add "Argument Clinic", a compile-time preprocessor for
C files to generate argument parsing code. (See PEP 436.)