Fix indentation.

This commit is contained in:
Georg Brandl 2012-03-09 12:22:12 +01:00
parent 632e9d1f82
commit f5a1d76b48
1 changed files with 2 additions and 1 deletions

View File

@ -190,7 +190,8 @@ any that have been added to the map during asynchronous service) is closed.
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)