Time module doc: Fix reST syntax

This commit is contained in:
Victor Stinner 2012-02-14 02:42:21 +01:00
parent a9c895d497
commit 0f7888d453

View 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::