Fix docstring
This commit is contained in:
parent
cdce6815eb
commit
a8488b2198
|
|
@ -66,7 +66,7 @@ def handle_pip_error(error, path: str) -> list:
|
|||
raise ValidationError(errors[0])
|
||||
|
||||
|
||||
def get_install_info(packagename: str) -> str:
|
||||
def get_install_info(packagename: str) -> dict:
|
||||
"""Determine the install information for a particular package.
|
||||
|
||||
- Uses 'pip show' to determine the install location of a package.
|
||||
|
|
|
|||
Loading…
Reference in New Issue