diff options
author | Georg Brandl <georg@python.org> | 2012-06-24 20:48:30 (GMT) |
---|---|---|
committer | Georg Brandl <georg@python.org> | 2012-06-24 20:48:30 (GMT) |
commit | 61063cca6abe36005f6e327358d533af8a56d33c (patch) | |
tree | ebd093befdd9a90317bd95efef9525b93ce43e62 /Doc/library/time.rst | |
parent | f55100132288304b8e5d4798bbb7929a512e9b57 (diff) | |
download | cpython-61063cca6abe36005f6e327358d533af8a56d33c.zip cpython-61063cca6abe36005f6e327358d533af8a56d33c.tar.gz cpython-61063cca6abe36005f6e327358d533af8a56d33c.tar.bz2 |
Fix a couple of versionadded/versionchanged related markup errors.
Diffstat (limited to 'Doc/library/time.rst')
-rw-r--r-- | Doc/library/time.rst | 13 |
1 files changed, 5 insertions, 8 deletions
diff --git a/Doc/library/time.rst b/Doc/library/time.rst index ac3fb5e..799140c 100644 --- a/Doc/library/time.rst +++ b/Doc/library/time.rst @@ -78,10 +78,9 @@ An explanation of some terminology and conventions is in order. See :class:`struct_time` for a description of these objects. .. versionchanged:: 3.3 - - The :class:`struct_time` type was extended to provide the - :attr:`tm_gmtoff` and :attr:`tm_zone` attributes when platform - supports corresponding ``struct tm`` members. + The :class:`struct_time` type was extended to provide the :attr:`tm_gmtoff` + and :attr:`tm_zone` attributes when platform supports corresponding + ``struct tm`` members. * Use the following functions to convert between time representations: @@ -558,10 +557,8 @@ The module defines the following functions and data items: :exc:`TypeError` is raised. .. versionchanged:: 3.3 - - :attr:`tm_gmtoff` and :attr:`tm_zone` attributes are avaliable on - platforms with C library supporting the corresponding fields in - ``struct tm``. + :attr:`tm_gmtoff` and :attr:`tm_zone` attributes are avaliable on platforms + with C library supporting the corresponding fields in ``struct tm``. .. function:: time() |