From: Victor Stinner Date: Tue, 14 Feb 2012 01:42:21 +0000 (+0100) Subject: Time module doc: Fix reST syntax X-Git-Tag: v3.3.0a1~185 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=0f7888d4536027bccf2dcca50e4bcf3ef408dbdf;p=python Time module doc: Fix reST syntax --- 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::