diff options
author | Steve Dower <steve.dower@microsoft.com> | 2016-09-23 00:09:56 (GMT) |
---|---|---|
committer | Steve Dower <steve.dower@microsoft.com> | 2016-09-23 00:09:56 (GMT) |
commit | 765285337a73bcbed608434fa98b9964fa33c74a (patch) | |
tree | bfa682ae3b6d5ecb508a66c2571a0be2862565bf /Doc/whatsnew/3.6.rst | |
parent | ad4d2a50b94f1d8367255bd218a306af07742d90 (diff) | |
parent | fb4a96a58fe0994f1d4b0328874a99376c25fc20 (diff) | |
download | cpython-765285337a73bcbed608434fa98b9964fa33c74a.zip cpython-765285337a73bcbed608434fa98b9964fa33c74a.tar.gz cpython-765285337a73bcbed608434fa98b9964fa33c74a.tar.bz2 |
Issue #28251: Improvements to help manuals on Windows.
Diffstat (limited to 'Doc/whatsnew/3.6.rst')
-rw-r--r-- | 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 index cabff60..b3f797f 100644 --- a/Doc/whatsnew/3.6.rst +++ b/Doc/whatsnew/3.6.rst @@ -47,7 +47,7 @@ This article explains the new features in Python 3.6, compared to 3.5. -For full details, see the :source:`Misc/NEWS` file. +For full details, see the :ref:`changelog <changelog>`. .. note:: |