[Python-checkins] 3.6 what's new: fix a reference to PEP 528 (GH-7113) (#7257)

Yury Selivanov webhook-mailer at python.org
Wed May 30 19:35:18 EDT 2018


https://github.com/python/cpython/commit/7da7a01f9949f625f29960883b001af44d54402a
commit: 7da7a01f9949f625f29960883b001af44d54402a
branch: 3.6
author: Miss Islington (bot) <31488909+miss-islington at users.noreply.github.com>
committer: Yury Selivanov <yury at magic.io>
date: 2018-05-30T19:35:15-04:00
summary:

3.6 what's new: fix a reference to PEP 528 (GH-7113) (#7257)

(cherry picked from commit 495e567a2b3bbe3b99f0c253edf12997a9ff4ee1)

Co-authored-by: Dmitry Shachnev <mitya57 at users.noreply.github.com>

files:
M Doc/whatsnew/3.6.rst

diff --git a/Doc/whatsnew/3.6.rst b/Doc/whatsnew/3.6.rst
index c5ccd85603c0..19ab734f92f7 100644
--- a/Doc/whatsnew/3.6.rst
+++ b/Doc/whatsnew/3.6.rst
@@ -147,7 +147,7 @@ Security improvements:
 
 Windows improvements:
 
-* :ref:`PEP 528 <whatsnew36-pep529>` and :ref:`PEP 529 <whatsnew36-pep529>`,
+* :ref:`PEP 528 <whatsnew36-pep528>` and :ref:`PEP 529 <whatsnew36-pep529>`,
   Windows filesystem and console encoding changed to UTF-8.
 
 * The ``py.exe`` launcher, when used interactively, no longer prefers



More information about the Python-checkins mailing list