diff options
-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 ------- |