Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1508570 commit 656df5eCopy full SHA for 656df5e
1 file changed
Doc/library/asyncore.rst
@@ -157,8 +157,8 @@ any that have been added to the map during asynchronous service) is closed.
157
158
Called on listening channels (passive openers) when a connection has been
159
established with a new remote endpoint that has issued a :meth:`connect`
160
- call for the local endpoint. *conn* is a *new* socket object usable to
161
- 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
162
bound to the socket on the other end of the connection.
163
164
.. versionadded:: 3.2
0 commit comments