Skip to content

Commit 5ea1fff

Browse files
Fix spelling of Queryset
Co-authored-by: Zack Kayyali <[email protected]>
1 parent 342f8a4 commit 5ea1fff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ansible_base/rbac/api/queries.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77

88

99
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"""
10+
"""Queryset of assignments (team or user) that grants the actor any form of permission to obj"""
1111
evaluation_cls = get_evaluation_model(obj)
1212
ct = DABContentType.objects.get_for_model(obj)
1313
reverse_name = evaluation_cls._meta.get_field('role').remote_field.name

0 commit comments

Comments
 (0)