Skip to content

Commit ee329fa

Browse files
refactor: address docs quality failures
1 parent c75bfb7 commit ee329fa

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

openedx_authz/api/roles.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ def get_permissions_for_active_roles_in_scope(
8787
This function operates on the principle that roles defined in policies are templates
8888
that become active only when assigned to subjects with specific scopes.
8989
90-
**Role Definition vs Role Assignment:**
90+
Role Definition vs Role Assignment:
9191
9292
- Policy roles define potential permissions with namespace patterns (e.g., 'lib@*')
9393
- Actual permissions are granted only when roles are assigned to subjects with
@@ -97,7 +97,7 @@ def get_permissions_for_active_roles_in_scope(
9797
- The specific scope at assignment time ('lib@123') determines the exact
9898
resource the permissions apply to
9999
100-
**Behavior:**
100+
Behavior:
101101
102102
- Returns permissions only for roles that have been assigned to subjects
103103
- Unassigned roles (those defined in policy but not given to any subject)

0 commit comments

Comments
 (0)