[Python-checkins] cpython: whatsnew: Fix markup.

berker.peksag python-checkins at python.org
Thu Oct 9 10:46:38 CEST 2014


https://hg.python.org/cpython/rev/f7124c167603
changeset:   92887:f7124c167603
user:        Berker Peksag <berker.peksag at gmail.com>
date:        Thu Oct 09 11:46:56 2014 +0300
summary:
  whatsnew: Fix markup.

files:
  Doc/whatsnew/3.5.rst |  3 ++-
  1 files changed, 2 insertions(+), 1 deletions(-)


diff --git a/Doc/whatsnew/3.5.rst b/Doc/whatsnew/3.5.rst
--- a/Doc/whatsnew/3.5.rst
+++ b/Doc/whatsnew/3.5.rst
@@ -276,7 +276,8 @@
 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
 -------

-- 
Repository URL: https://hg.python.org/cpython


More information about the Python-checkins mailing list