Time module doc: Fix reST syntax
diff --git a/Doc/library/time.rst b/Doc/library/time.rst
index 7865b5a..0412e15 100644
--- a/Doc/library/time.rst
+++ b/Doc/library/time.rst
@@ -231,7 +231,7 @@
    Monotonic clock.  The reference point of the returned value is undefined so
    only the difference of consecutive calls is valid.
 
-   .. versionadded: 3.3
+   .. versionadded:: 3.3
 
 
 .. function:: sleep(secs)
@@ -557,7 +557,7 @@
    when "processor time" is inappropriate.  The reference point of the returned
    value is undefined so only the difference of consecutive calls is valid.
 
-   .. versionadded: 3.3
+   .. versionadded:: 3.3
 
 
 .. seealso::