diff options
| author | Cody Logan <cody@lokken.dev> | 2023-12-01 15:42:17 -0800 |
|---|---|---|
| committer | Cody Logan <cody@lokken.dev> | 2023-12-01 15:42:17 -0800 |
| commit | 514023f4c76cd140992a4ca6af769db0843ffce5 (patch) | |
| tree | b5b18931091547016dac252e267be0660619ec38 /tests/test_dl.py | |
| parent | 318d9ad1a4679832b380c77ab1a0a86684f686f2 (diff) | |
| download | wikiget-514023f4c76cd140992a4ca6af769db0843ffce5.tar.gz wikiget-514023f4c76cd140992a4ca6af769db0843ffce5.zip | |
Convert additional docstrings to Google-styledocstrings
Diffstat (limited to 'tests/test_dl.py')
| -rw-r--r-- | tests/test_dl.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/test_dl.py b/tests/test_dl.py index 63408eb..ee778d7 100644 --- a/tests/test_dl.py +++ b/tests/test_dl.py @@ -333,8 +333,8 @@ class TestDownload: def mock_file(self) -> File: """Create a mock File object to test against. - :return: mock File object - :rtype: File + Returns: + wikiget.file.File: mock File object """ file = File(name="Example.jpg") file.image = Mock() |
