We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 342f8a4 commit 5ea1fffCopy full SHA for 5ea1fff
ansible_base/rbac/api/queries.py
@@ -7,7 +7,7 @@
7
8
9
def assignment_qs_user_to_obj(actor: Model, obj: Union[Model, RemoteObject]):
10
- """Querset of assignments (team or user) that grants the actor any form of permission to obj"""
+ """Queryset of assignments (team or user) that grants the actor any form of permission to obj"""
11
evaluation_cls = get_evaluation_model(obj)
12
ct = DABContentType.objects.get_for_model(obj)
13
reverse_name = evaluation_cls._meta.get_field('role').remote_field.name
0 commit comments