diff options
author | Berker Peksag <berker.peksag@gmail.com> | 2014-10-09 08:46:56 (GMT) |
---|---|---|
committer | Berker Peksag <berker.peksag@gmail.com> | 2014-10-09 08:46:56 (GMT) |
commit | 882c95c7dcbc4164772b701d3a3caa20d3ef4546 (patch) | |
tree | f7116d0daf2a22645587945351aa9f848847f562 | |
parent | fa0423b271f2c78272cbf22642e365f3acf73c2f (diff) | |
download | cpython-882c95c7dcbc4164772b701d3a3caa20d3ef4546.zip cpython-882c95c7dcbc4164772b701d3a3caa20d3ef4546.tar.gz cpython-882c95c7dcbc4164772b701d3a3caa20d3ef4546.tar.bz2 |
whatsnew: Fix markup.
-rw-r--r-- | 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 index 8ac44a0..b40a6f3 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 ------- |