minor comment change
authorburris <burris>
Fri, 19 Jul 2002 20:25:19 +0000 (20:25 +0000)
committerburris <burris>
Fri, 19 Jul 2002 20:25:19 +0000 (20:25 +0000)
khashmir.py

index 363d0a043bb6551153223287d7c87e1f98c8003a..d624c9751663f87277ad05ccdff49b88035d4f73 100644 (file)
@@ -100,7 +100,7 @@ class Khashmir:
        """
        insert a node in our local table, pinging oldest contact in bucket, if necessary
        
-       If all you have is a host/port, then use addContact, which calls this function after
+       If all you have is a host/port, then use addContact, which calls this method after
        receiving the PONG from the remote node.  The reason for the seperation is we can't insert
        a node into the table without it's peer-ID.  That means of course the node passed into this
        method needs to be a properly formed Node object with a valid ID.