Simple documentation bug fix
authorEd Page <eopage@byu.net>
Tue, 19 Jan 2010 03:25:57 +0000 (21:25 -0600)
committerEd Page <eopage@byu.net>
Tue, 19 Jan 2010 03:25:57 +0000 (21:25 -0600)
src/simple_presence.py

index 8958368..f7e0160 100644 (file)
@@ -39,7 +39,7 @@ class TheOneRingPresence(object):
                """
                raise NotImplementedError("Abstract function called")
 
-       def handle(self, handleType, handleId):
+       def get_handle_by_id(self, handleType, handleId):
                """
                @abstract
                """