Skip to content

Commit 92e1d3e

Browse files
docs: change the docstring for the engine utils to match generalization
1 parent 3778ffe commit 92e1d3e

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

openedx_authz/engine/utils.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,8 @@ def migrate_policy_between_enforcers(
2020
"""Load policies from a Casbin policy file into the Django database model.
2121
2222
Args:
23-
source_enforcer (Enforcer): The Casbin enforcer instance to migrate policies from (file-based).
24-
target_enforcer (Enforcer): The Casbin enforcer instance to migrate policies to (database).
23+
source_enforcer (Enforcer): The Casbin enforcer instance to migrate policies from (e.g., file-based).
24+
target_enforcer (Enforcer): The Casbin enforcer instance to migrate policies to (e.g.,database).
2525
"""
2626
try:
2727
# Load latest policies from the source enforcer

0 commit comments

Comments
 (0)