improve wording in documentation

This commit is contained in:
2022-12-02 15:45:01 +02:00
parent 7aa91f9e2e
commit 262462d3c3
51 changed files with 73 additions and 70 deletions

View File

@ -35,6 +35,7 @@ def anyvar(cls: Type[T], strict: bool = False) -> T:
any value helper for mocker calls check
Args:
cls(Type[T]): type of the variable to check
strict(bool, optional): if True then check type of supplied argument (Default value = False)
Returns: