]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Indent version tags properly.
authorGeorg Brandl <georg@python.org>
Tue, 5 Oct 2010 07:16:01 +0000 (07:16 +0000)
committerGeorg Brandl <georg@python.org>
Tue, 5 Oct 2010 07:16:01 +0000 (07:16 +0000)
Doc/library/asyncore.rst

index 1ffa132d43590f00129c72b220148224b6e4f42e..cdfdb7a022b81a9d0f28d286c2eb66ee6fd1847b 100644 (file)
@@ -147,7 +147,8 @@ any that have been added to the map during asynchronous service) is closed.
       call for the local endpoint. Deprecated in version 3.2; use
       :meth:`handle_accepted` instead.
 
-   .. deprecated:: 3.2
+      .. deprecated:: 3.2
+
 
    .. method:: handle_accepted(sock, addr)
 
@@ -157,7 +158,8 @@ any that have been added to the map during asynchronous service) is closed.
       send and receive data on the connection, and *address* is the address
       bound to the socket on the other end of the connection.
 
-   .. versionadded:: 3.2
+      .. versionadded:: 3.2
+
 
    .. method:: readable()