From 0f7888d4536027bccf2dcca50e4bcf3ef408dbdf Mon Sep 17 00:00:00 2001
From: Victor Stinner <victor.stinner@haypocalc.com>
Date: Tue, 14 Feb 2012 02:42:21 +0100
Subject: [PATCH] Time module doc: Fix reST syntax

---
 Doc/library/time.rst | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/Doc/library/time.rst b/Doc/library/time.rst
index 7865b5a4f3..0412e157ff 100644
--- a/Doc/library/time.rst
+++ b/Doc/library/time.rst
@@ -231,7 +231,7 @@ The module defines the following functions and data items:
    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 @@ The module defines the following functions and data items:
    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::
-- 
2.49.0