Skip to content

Commit

Permalink
typo fix
Browse files Browse the repository at this point in the history
  • Loading branch information
novking committed Aug 2, 2024
1 parent 7473fa8 commit 4c0d613
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cleanlab_studio/internal/api/api.py
Original file line number Diff line number Diff line change
Expand Up @@ -759,7 +759,7 @@ def list_enrichment_jobs(api_key: str, project_id: str) -> List[JSONDict]:
return cast(List[JSONDict], res.json())


def get_enrichement_job(api_key: str, job_id: str) -> JSONDict:
def get_enrichment_job(api_key: str, job_id: str) -> JSONDict:
"""Get enrichment job."""
check_uuid_well_formed(job_id, "job_id")

Expand Down

0 comments on commit 4c0d613

Please sign in to comment.