Skip to content

Commit eb540c5

Browse files
docs: Apply suggestion from @rodmgwgu
Co-authored-by: Rodrigo Mendez <[email protected]>
1 parent 4c1577a commit eb540c5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

openedx_authz/api/data.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -182,7 +182,7 @@ def __call__(cls, *args, **kwargs):
182182
return super().__call__(*args, **kwargs)
183183

184184
# When working with global scopes, we can't determine subclass with an external_key since
185-
# a global scope it's not attached to a specific resource type. So we only use * as an
185+
# a global scope it's not attached to a specific resource type. So we only use * as
186186
# an external_key to mean generic scope which maps to base ScopeData class.
187187
# The only remaining issue is that internally the namespace key used in policies will be
188188
# The generic scope namespace (sc^*), so we need to handle that case here.

0 commit comments

Comments
 (0)