We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 52810a5 + 656df5e commit d6b3840Copy full SHA for d6b3840
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