diff options
author | Benjamin Peterson <benjamin@python.org> | 2015-03-27 20:07:35 (GMT) |
---|---|---|
committer | Benjamin Peterson <benjamin@python.org> | 2015-03-27 20:07:35 (GMT) |
commit | 52d1493c0ccf04aed23f3db9a720ca24f2d19f13 (patch) | |
tree | 50e8a69a71c1a23fee907d5042258c5142db1616 | |
parent | ac9591a44a504af25bb85aaa09ba46393d8bdce9 (diff) | |
download | cpython-52d1493c0ccf04aed23f3db9a720ca24f2d19f13.zip cpython-52d1493c0ccf04aed23f3db9a720ca24f2d19f13.tar.gz cpython-52d1493c0ccf04aed23f3db9a720ca24f2d19f13.tar.bz2 |
format .. note properly
-rw-r--r-- | Doc/whatsnew/3.5.rst | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/Doc/whatsnew/3.5.rst b/Doc/whatsnew/3.5.rst index ef4999a..c13289a 100644 --- a/Doc/whatsnew/3.5.rst +++ b/Doc/whatsnew/3.5.rst @@ -49,9 +49,11 @@ This article explains the new features in Python 3.5, compared to 3.4. For full details, see the :source:`Misc/NEWS` file. -.. note:: Prerelease users should be aware that this document is currently in - draft form. It will be updated substantially as Python 3.5 moves towards - release, so it's worth checking back even after reading earlier versions. +.. note:: + + Prerelease users should be aware that this document is currently in draft + form. It will be updated substantially as Python 3.5 moves towards release, + so it's worth checking back even after reading earlier versions. .. seealso:: |