From 514023f4c76cd140992a4ca6af769db0843ffce5 Mon Sep 17 00:00:00 2001 From: Cody Logan Date: Fri, 1 Dec 2023 15:42:17 -0800 Subject: Convert additional docstrings to Google-style --- tests/test_dl.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'tests/test_dl.py') 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() -- cgit v1.2.3