diff options
-rw-r--r-- | Doc/library/asyncore.rst | 3 |
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) |