From: Mark Huang Date: Mon, 15 Jan 2007 22:47:29 +0000 (+0000) Subject: - fix docs X-Git-Tag: pycurl-7_13_1~110 X-Git-Url: http://git.onelab.eu/?a=commitdiff_plain;h=3109053993ebf2560153f73e54fb48d75b4a5ce7;p=plcapi.git - fix docs --- diff --git a/PLC/Methods/SetPersonPrimarySite.py b/PLC/Methods/SetPersonPrimarySite.py index 9eff75c..86e96c9 100644 --- a/PLC/Methods/SetPersonPrimarySite.py +++ b/PLC/Methods/SetPersonPrimarySite.py @@ -10,7 +10,7 @@ class SetPersonPrimarySite(Method): Makes the specified site the person's primary site. The person must already be a member of the site. - ins may update anyone. All others may only update themselves. + Admins may update anyone. All others may only update themselves. """ roles = ['admin', 'pi', 'user', 'tech']