fix pep role

This commit is contained in:
Benjamin Peterson 2016-09-08 11:03:55 -07:00
parent 71211e3386
commit b1a95888de
1 changed files with 1 additions and 1 deletions

View File

@ -374,7 +374,7 @@ Some smaller changes made to the core Python language are:
* :func:`dict` now uses a "compact" representation `pioneered by PyPy
<https://morepypy.blogspot.com/2015/01/faster-more-memory-efficient-and-more.html>`_.
:pep:`PEP 468` (Preserving the order of ``**kwargs`` in a function.) is
:pep:`468` (Preserving the order of ``**kwargs`` in a function.) is
implemented by this. (Contributed by INADA Naoki in :issue:`27350`.)
* Long sequences of repeated traceback lines are now abbreviated as