From: Berker Peksag Date: Thu, 9 Oct 2014 08:46:56 +0000 (+0300) Subject: whatsnew: Fix markup. X-Git-Tag: v3.5.0a1~729 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=882c95c7dcbc4164772b701d3a3caa20d3ef4546;p=python whatsnew: Fix markup. --- diff --git a/Doc/whatsnew/3.5.rst b/Doc/whatsnew/3.5.rst index 8ac44a0c47..b40a6f3b86 100644 --- a/Doc/whatsnew/3.5.rst +++ b/Doc/whatsnew/3.5.rst @@ -276,7 +276,8 @@ socket time ---- -The :func:`time.monotonic` function is now always available (:issue`22043`). +* The :func:`time.monotonic` function is now always available. (Contributed by + Victor Stinner in :issue:`22043`.) wsgiref -------