Skip to content

Commit d6b3840

Browse files
committed
merge from 3.2
2 parents 52810a5 + 656df5e commit d6b3840

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Doc/library/asyncore.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -157,8 +157,8 @@ any that have been added to the map during asynchronous service) is closed.
157157

158158
Called on listening channels (passive openers) when a connection has been
159159
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
160+
call for the local endpoint. *sock* is a *new* socket object usable to
161+
send and receive data on the connection, and *addr* is the address
162162
bound to the socket on the other end of the connection.
163163

164164
.. versionadded:: 3.2

0 commit comments

Comments
 (0)