Fix a couple of versionadded/versionchanged related markup errors.
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 @@
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 @@
: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()