Fix docstring

This commit is contained in:
Oliver Walters 2024-11-18 09:40:03 +00:00
parent cdce6815eb
commit a8488b2198
1 changed files with 1 additions and 1 deletions

View File

@ -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.