summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGeorg Brandl <georg@python.org>2012-03-09 12:22:12 +0100
committerGeorg Brandl <georg@python.org>2012-03-09 12:22:12 +0100
commitf5a1d76b48a9c0b5c9bbd0a59088f3df1c21f426 (patch)
treee60a5f1c442c474bc49fdc04c158141b5a063c65
parent632e9d1f8233fb434a34abafc95943047b7b6d0e (diff)
downloadcpython-git-f5a1d76b48a9c0b5c9bbd0a59088f3df1c21f426.tar.gz
Fix indentation.
-rw-r--r--Doc/library/asyncore.rst3
1 files changed, 2 insertions, 1 deletions
diff --git a/Doc/library/asyncore.rst b/Doc/library/asyncore.rst
index 5411c308d2..87506596a6 100644
--- a/Doc/library/asyncore.rst
+++ b/Doc/library/asyncore.rst
@@ -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)