Added some clarifying documentation
This commit is contained in:
parent
f09c3eb928
commit
2eed3e1cdf
1 changed files with 2 additions and 0 deletions
|
@ -102,6 +102,8 @@ class DvdCompare:
|
|||
) -> list[DcSearchResult]:
|
||||
"""Employs the advanced search feature and parses the immediate results to python objects.
|
||||
|
||||
Throws an UnknownFormatError when label cannot be parsed.
|
||||
|
||||
Args:
|
||||
title (str | None): Title to look for.
|
||||
director (str, optional): Director to look for. Defaults to None.
|
||||
|
|
Loading…
Reference in a new issue