summaryrefslogtreecommitdiffstats
path: root/Doc/library/time.rst
diff options
context:
space:
mode:
authorVictor Stinner <victor.stinner@haypocalc.com>2012-02-14 01:42:21 (GMT)
committerVictor Stinner <victor.stinner@haypocalc.com>2012-02-14 01:42:21 (GMT)
commit0f7888d4536027bccf2dcca50e4bcf3ef408dbdf (patch)
treef0a33b8038f4be77523f92faae8f7a8288bb40b6 /Doc/library/time.rst
parenta9c895d4974808a511b9fb25dd91ddd3c2f1c7bf (diff)
downloadcpython-0f7888d4536027bccf2dcca50e4bcf3ef408dbdf.zip
cpython-0f7888d4536027bccf2dcca50e4bcf3ef408dbdf.tar.gz
cpython-0f7888d4536027bccf2dcca50e4bcf3ef408dbdf.tar.bz2
Time module doc: Fix reST syntax
Diffstat (limited to 'Doc/library/time.rst')
-rw-r--r--Doc/library/time.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/Doc/library/time.rst b/Doc/library/time.rst
index 7865b5a..0412e15 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::