chore: fix typos in utils module (#36668)
* chore: fix typos in utils module * chore: fix typos in utils module * chore: fix typos in utils module * chore: fix typos in utils module * chore: fix typos in utils module * chore: fix typos in utils module
This commit is contained in:
@@ -132,7 +132,7 @@ def camel_case_split(identifier: str) -> List[str]:
|
||||
identifier (`str`): The camel-cased name to parse.
|
||||
|
||||
Returns:
|
||||
`List[str]`: The list of words in the identifier (as seprated by capital letters).
|
||||
`List[str]`: The list of words in the identifier (as separated by capital letters).
|
||||
|
||||
Example:
|
||||
|
||||
@@ -215,7 +215,7 @@ def get_frameworks_table() -> pd.DataFrame:
|
||||
|
||||
def update_pipeline_and_auto_class_table(table: Dict[str, Tuple[str, str]]) -> Dict[str, Tuple[str, str]]:
|
||||
"""
|
||||
Update the table maping models to pipelines and auto classes without removing old keys if they don't exist anymore.
|
||||
Update the table mapping models to pipelines and auto classes without removing old keys if they don't exist anymore.
|
||||
|
||||
Args:
|
||||
table (`Dict[str, Tuple[str, str]]`):
|
||||
|
||||
Reference in New Issue
Block a user