Merge pull request #16 from RangiLyu/typo

fix typo
This commit is contained in:
Wenwei Zhang 2021-05-24 11:52:20 +08:00 committed by GitHub
commit ed5ba32d9d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -49,7 +49,7 @@ def download(package: str,
"""Download checkpoints from url and parse configs from package.
Args:
package (str): Name of pakcage.
package (str): Name of package.
configs (List[str]): List of config ids.
dest_root (Optional[str]): Destination directory to save checkpoint and
config. Default: None.

View File

@ -301,7 +301,7 @@ def install_dependencies(dependencies: List[List[str]],
"""Install dependencies, such as mmcls depends on mmcv.
Args:
dependencies (list): The list of denpendency.
dependencies (list): The list of dependency.
timeout (int): The socket timeout. Default: 15.
is_yes (bool): Dont ask for confirmation of uninstall deletions.
Default: False.