diff --git a/src/sempy_labs/_list_functions.py b/src/sempy_labs/_list_functions.py index 85dd9bd5..f0d76f1a 100644 --- a/src/sempy_labs/_list_functions.py +++ b/src/sempy_labs/_list_functions.py @@ -2188,7 +2188,7 @@ def add_user_to_workspace( role_name : str The `role `_ of the user within the workspace. principal_type : str, default='User' - The principal type + The `principal type `_. workspace : str, default=None The name of the workspace. Defaults to None which resolves to the workspace of the attached lakehouse @@ -2276,7 +2276,7 @@ def update_workspace_user( role_name : str The `role `_ of the user within the workspace. principal_type : str, default='User' - The principal type + The `principal type `_. workspace : str, default=None The name of the workspace. Defaults to None which resolves to the workspace of the attached lakehouse