From: Benjamin Peterson Date: Fri, 27 Mar 2015 20:07:35 +0000 (-0400) Subject: format .. note properly X-Git-Tag: v3.5.0a3~23 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=52d1493c0ccf04aed23f3db9a720ca24f2d19f13;p=thirdparty%2FPython%2Fcpython.git format .. note properly --- diff --git a/Doc/whatsnew/3.5.rst b/Doc/whatsnew/3.5.rst index ef4999afb86a..c13289a727bb 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::