Commit b3f7d28e authored by Victor Stinner's avatar Victor Stinner

Time module doc: Fix reST syntax

parent 226e2006
...@@ -231,7 +231,7 @@ The module defines the following functions and data items: ...@@ -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 Monotonic clock. The reference point of the returned value is undefined so
only the difference of consecutive calls is valid. only the difference of consecutive calls is valid.
.. versionadded: 3.3 .. versionadded:: 3.3
.. function:: sleep(secs) .. function:: sleep(secs)
...@@ -557,7 +557,7 @@ The module defines the following functions and data items: ...@@ -557,7 +557,7 @@ The module defines the following functions and data items:
when "processor time" is inappropriate. The reference point of the returned when "processor time" is inappropriate. The reference point of the returned
value is undefined so only the difference of consecutive calls is valid. value is undefined so only the difference of consecutive calls is valid.
.. versionadded: 3.3 .. versionadded:: 3.3
.. seealso:: .. seealso::
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment