[Python-checkins] cpython: Time module doc: Fix reST syntax
victor.stinner
python-checkins at python.org
Tue Feb 14 02:41:40 CET 2012
http://hg.python.org/cpython/rev/f5f140ef48fa
changeset: 74929:f5f140ef48fa
user: Victor Stinner <victor.stinner at haypocalc.com>
date: Tue Feb 14 02:42:21 2012 +0100
summary:
Time module doc: Fix reST syntax
files:
Doc/library/time.rst | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/Doc/library/time.rst b/Doc/library/time.rst
--- a/Doc/library/time.rst
+++ b/Doc/library/time.rst
@@ -231,7 +231,7 @@
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 @@
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::
--
Repository URL: http://hg.python.org/cpython
More information about the Python-checkins
mailing list