allow filters to be specified in most Get() calls
[plcapi.git] / PLC / Methods / GetBootStates.py
index 71e2cd4..25c6c7d 100644 (file)
@@ -6,7 +6,7 @@ from PLC.Auth import Auth
 
 class GetBootStates(Method):
     """
-    Returns a list of all valid node boot states.
+    Returns an array of all valid node boot states.
     """
 
     roles = ['admin', 'pi', 'user', 'tech']