From 3109053993ebf2560153f73e54fb48d75b4a5ce7 Mon Sep 17 00:00:00 2001 From: Mark Huang Date: Mon, 15 Jan 2007 22:47:29 +0000 Subject: [PATCH] - fix docs --- PLC/Methods/SetPersonPrimarySite.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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'] -- 2.43.0