clarify docstring

This commit is contained in:
Samuel J. Woodward 2025-01-06 09:08:48 -05:00
parent b11eec0eab
commit 9dc261b080

View File

@ -37,7 +37,7 @@ def list_images(path: str) -> List[str]:
def yield_images(path: str) -> Generator[str]:
"""
List images in a given path
Yield images in a given path
Args:
path (str): path's location
Yields: