]> granicus.if.org Git - python/commitdiff
whatsnew: Fix markup.
authorBerker Peksag <berker.peksag@gmail.com>
Thu, 9 Oct 2014 08:46:56 +0000 (11:46 +0300)
committerBerker Peksag <berker.peksag@gmail.com>
Thu, 9 Oct 2014 08:46:56 +0000 (11:46 +0300)
Doc/whatsnew/3.5.rst

index 8ac44a0c47b9e46eed0277850be105e8eef5345f..b40a6f3b8651d86cea31c71d7c6a3b8c5cc622e7 100644 (file)
@@ -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
 -------