miscell
[plcapi.git] / PLC / Methods / GetPeers.py
index bce911e..4a77ce4 100644 (file)
@@ -1,5 +1,3 @@
-# $Id$
-# $URL$
 #
 # Thierry Parmentelat - INRIA
 #
@@ -16,13 +14,13 @@ from PLC.Peers import Peer, Peers
 class GetPeers (Method):
     """
     Returns an array of structs containing details about peers. If
-    person_filter is specified and is an array of peer identifiers or
+    peer_filter is specified and is an array of peer identifiers or
     peer names, or a struct of peer attributes, only peers matching
     the filter will be returned. If return_fields is specified, only the
     specified details will be returned.
     """
 
-    roles = ['admin', 'node','pi','user']
+    roles = ['admin', 'node', 'pi', 'user']
 
     accepts = [
         Auth(),