[Python-checkins] cpython: Fix indentation.

georg.brandl python-checkins at python.org
Fri Mar 9 12:18:09 CET 2012


http://hg.python.org/cpython/rev/00ae6567a57d
changeset:   75504:00ae6567a57d
user:        Georg Brandl <georg at python.org>
date:        Fri Mar 09 12:22:12 2012 +0100
summary:
  Fix indentation.

files:
  Doc/library/asyncore.rst |  3 ++-
  1 files changed, 2 insertions(+), 1 deletions(-)


diff --git a/Doc/library/asyncore.rst b/Doc/library/asyncore.rst
--- a/Doc/library/asyncore.rst
+++ b/Doc/library/asyncore.rst
@@ -190,7 +190,8 @@
       same options for creation.  Refer to the :mod:`socket` documentation for
       information on creating sockets.
 
-  .. versionchanged:: 3.3 family and type arguments can be omitted.
+      .. versionchanged:: 3.3
+         *family* and *type* arguments can be omitted.
 
 
    .. method:: connect(address)

-- 
Repository URL: http://hg.python.org/cpython


More information about the Python-checkins mailing list