mirror of
https://github.com/python/cpython.git
synced 2025-09-27 10:50:04 +00:00
Time module doc: Fix reST syntax
This commit is contained in:
parent
a9c895d497
commit
0f7888d453
1 changed files with 2 additions and 2 deletions
|
@ -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:
|
||||||
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::
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue