summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBenjamin Peterson <benjamin@python.org>2016-09-08 18:03:55 (GMT)
committerBenjamin Peterson <benjamin@python.org>2016-09-08 18:03:55 (GMT)
commitb1a95888de0e007cf89a533e0845b5fadad6a49f (patch)
tree5780765ed07e4e8ec76945ebe7a6a0846638bd65
parent71211e33861b98a1d166afe270c19a2828691060 (diff)
downloadcpython-b1a95888de0e007cf89a533e0845b5fadad6a49f.zip
cpython-b1a95888de0e007cf89a533e0845b5fadad6a49f.tar.gz
cpython-b1a95888de0e007cf89a533e0845b5fadad6a49f.tar.bz2
fix pep role
-rw-r--r--Doc/whatsnew/3.6.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/whatsnew/3.6.rst b/Doc/whatsnew/3.6.rst
index ce1c44e..57ac728 100644
--- a/Doc/whatsnew/3.6.rst
+++ b/Doc/whatsnew/3.6.rst
@@ -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