]> granicus.if.org Git - python/commitdiff
Fix closes issue 12360 - correcting parameter names in asyncore documentation.
authorSenthil Kumaran <senthil@uthcode.com>
Mon, 20 Jun 2011 01:22:33 +0000 (18:22 -0700)
committerSenthil Kumaran <senthil@uthcode.com>
Mon, 20 Jun 2011 01:22:33 +0000 (18:22 -0700)
Doc/library/asyncore.rst

index 5f95d41161edd9eca73f0b51496445931fc0bf7f..619b7bb639c3d004b9bf003b90d77aff9d3561c2 100644 (file)
@@ -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