Fix documentation
authorMark Huang <mlhuang@cs.princeton.edu>
Wed, 18 Oct 2006 20:36:02 +0000 (20:36 +0000)
committerMark Huang <mlhuang@cs.princeton.edu>
Wed, 18 Oct 2006 20:36:02 +0000 (20:36 +0000)
PLC/Methods/GetPersons.py

index a6fbc10..95d7eac 100644 (file)
@@ -8,13 +8,11 @@ from PLC.Auth import PasswordAuth
 
 class GetPersons(Method):
     """
-    Return an array of dictionaries containing details about the
-    specified accounts.
+    Return an array of structs containing details about accounts.
 
-    ins may retrieve details about all accounts by not specifying
-    person_id_or_email_list or by specifying an empty list. Users and
-    techs may only retrieve details about themselves. PIs may retrieve
-    details about themselves and others at their sites.
+    Users and techs may only retrieve details about themselves. PIs
+    may retrieve details about themselves and others at their
+    sites. Admins may retrieve details about all accounts.
 
     If return_fields is specified, only the specified fields will be
     returned, if set. Otherwise, the default set of fields returned is: