commit | f5a1d76b48a9c0b5c9bbd0a59088f3df1c21f426 | [log] [tgz] |
---|---|---|
author | Georg Brandl <georg@python.org> | Fri Mar 09 12:22:12 2012 +0100 |
committer | Georg Brandl <georg@python.org> | Fri Mar 09 12:22:12 2012 +0100 |
tree | e60a5f1c442c474bc49fdc04c158141b5a063c65 | |
parent | 632e9d1f8233fb434a34abafc95943047b7b6d0e [diff] |
Fix indentation.
diff --git a/Doc/library/asyncore.rst b/Doc/library/asyncore.rst index 5411c30..8750659 100644 --- 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)