]> granicus.if.org Git - python/commitdiff
fix pep role
authorBenjamin Peterson <benjamin@python.org>
Thu, 8 Sep 2016 18:03:55 +0000 (11:03 -0700)
committerBenjamin Peterson <benjamin@python.org>
Thu, 8 Sep 2016 18:03:55 +0000 (11:03 -0700)
Doc/whatsnew/3.6.rst

index ce1c44e80401a3c573a801ad12ace00a9f7abc97..57ac72813ef2d6f4db686e964947f21bf74175c5 100644 (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