@@ -213,7 +213,7 @@ def add_grouping_policy(self, *params):
213213 return self .add_named_grouping_policy ("g" , * params )
214214
215215 def add_grouping_policies (self , rules ):
216- """adds role inheritance rulea to the current policy.
216+ """adds role inheritance rules to the current policy.
217217
218218 If the rule already exists, the function returns false for the corresponding policy rule and the rule will not be added.
219219 Otherwise the function returns true for the corresponding policy rule by adding the new rule.
@@ -241,7 +241,7 @@ def add_named_grouping_policy(self, ptype, *params):
241241 return rule_added
242242
243243 def add_named_grouping_policies (self , ptype , rules ):
244- """ " adds named role inheritance rules to the current policy.
244+ """adds named role inheritance rules to the current policy.
245245
246246 If the rule already exists, the function returns false for the corresponding policy rule and the rule will not be added.
247247 Otherwise the function returns true for the corresponding policy rule by adding the new rule."""
@@ -256,7 +256,7 @@ def remove_grouping_policy(self, *params):
256256 return self .remove_named_grouping_policy ("g" , * params )
257257
258258 def remove_grouping_policies (self , rules ):
259- """removes role inheritance rulea from the current policy."""
259+ """removes role inheritance rules from the current policy."""
260260 return self .remove_named_grouping_policies ("g" , rules )
261261
262262 def remove_filtered_grouping_policy (self , field_index , * field_values ):
0 commit comments