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

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


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

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

(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 cb8c53ac3b18..ed489c101c1b 100644
--- a/Doc/whatsnew/3.6.rst
+++ b/Doc/whatsnew/3.6.rst
@@ -148,7 +148,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