summaryrefslogtreecommitdiffstats
path: root/Doc/library/asyncore.rst
diff options
context:
space:
mode:
authorGeorg Brandl <georg@python.org>2012-03-09 11:22:12 (GMT)
committerGeorg Brandl <georg@python.org>2012-03-09 11:22:12 (GMT)
commitf5a1d76b48a9c0b5c9bbd0a59088f3df1c21f426 (patch)
treee60a5f1c442c474bc49fdc04c158141b5a063c65 /Doc/library/asyncore.rst
parent632e9d1f8233fb434a34abafc95943047b7b6d0e (diff)
downloadcpython-f5a1d76b48a9c0b5c9bbd0a59088f3df1c21f426.zip
cpython-f5a1d76b48a9c0b5c9bbd0a59088f3df1c21f426.tar.gz
cpython-f5a1d76b48a9c0b5c9bbd0a59088f3df1c21f426.tar.bz2
Fix indentation.
Diffstat (limited to 'Doc/library/asyncore.rst')
-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 5411c30..8750659 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)