From: Senthil Kumaran Date: Mon, 20 Jun 2011 01:22:33 +0000 (-0700) Subject: Fix closes issue 12360 - correcting parameter names in asyncore documentation. X-Git-Tag: v3.3.0a1~2085^2 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=656df5ec3eaf879980b8587e30831612de9d049f;p=thirdparty%2FPython%2Fcpython.git Fix closes issue 12360 - correcting parameter names in asyncore documentation. --- diff --git a/Doc/library/asyncore.rst b/Doc/library/asyncore.rst index 5f95d41161ed..619b7bb639c3 100644 --- a/Doc/library/asyncore.rst +++ b/Doc/library/asyncore.rst @@ -157,8 +157,8 @@ any that have been added to the map during asynchronous service) is closed. Called on listening channels (passive openers) when a connection has been established with a new remote endpoint that has issued a :meth:`connect` - call for the local endpoint. *conn* is a *new* socket object usable to - send and receive data on the connection, and *address* is the address + call for the local endpoint. *sock* is a *new* socket object usable to + send and receive data on the connection, and *addr* is the address bound to the socket on the other end of the connection. .. versionadded:: 3.2