Skip to content

Commit 983a90b

Browse files
fix docstrings
1 parent 27a6f61 commit 983a90b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/_incydr_cli/cmds/legal_hold.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ def list_matters_for_user(user_id: str, format_: TableFormat, columns: Optional[
5555
@columns_option
5656
@logging_options
5757
def list_custodians(matter_id: str, format_: TableFormat, columns: Optional[str]):
58-
"""List the matter memberships for a specific user."""
58+
"""List the custodians for a specific matter."""
5959
client = Client()
6060
memberships_ = client.legal_hold.v1.iter_all_custodians(matter_id=matter_id)
6161

src/_incydr_sdk/orgs/client.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ def update(
111111
self, org_guid: str, org_name: str, org_ext_ref: str = None, notes: str = None
112112
) -> Org:
113113
"""
114-
Create an org.
114+
Update an org.
115115
116116
**Parameters:**
117117

0 commit comments

Comments
 (0)