pep-0478: Fix markup

This commit is contained in:
Yury Selivanov 2015-05-13 11:38:31 -04:00
parent 20c42ed498
commit a58b01c2e9
1 changed files with 1 additions and 1 deletions

View File

@ -79,7 +79,7 @@ Proposed changes for 3.5:
* PEP 436, a build tool generating boilerplate for extension modules
* PEP 447, support for __locallookup__ metaclass method
* PEP 455, key transforming dictionary
* PEP 468, preserving the order of **kwargs in a function
* PEP 468, preserving the order of ``**kwargs`` in a function