https://hg.python.org/cpython/rev/e0922837e2d7 changeset: 103326:e0922837e2d7 user: Benjamin Peterson <benjamin at python.org> date: Thu Sep 08 11:03:55 2016 -0700 summary: fix pep role files: Doc/whatsnew/3.6.rst | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/Doc/whatsnew/3.6.rst b/Doc/whatsnew/3.6.rst --- a/Doc/whatsnew/3.6.rst +++ b/Doc/whatsnew/3.6.rst @@ -374,7 +374,7 @@ * :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 -- Repository URL: https://hg.python.org/cpython