]> granicus.if.org Git - python/commitdiff
Time module doc: Fix reST syntax
authorVictor Stinner <victor.stinner@haypocalc.com>
Tue, 14 Feb 2012 01:42:21 +0000 (02:42 +0100)
committerVictor Stinner <victor.stinner@haypocalc.com>
Tue, 14 Feb 2012 01:42:21 +0000 (02:42 +0100)
Doc/library/time.rst

index 7865b5a4f31fc465061a27bb3df00de481b14070..0412e157ff8bccdc703802f04b832335e9a6666d 100644 (file)
@@ -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::