diff options
| author | Cody Logan <cody@lokken.dev> | 2023-11-14 16:56:15 -0800 |
|---|---|---|
| committer | Cody Logan <cody@lokken.dev> | 2023-11-14 16:56:15 -0800 |
| commit | c459e3bb9553e31224348b055aaaec3a567613bb (patch) | |
| tree | 9a518ed22ba9f1529b4acbd42170d6bb878f95e7 /src/wikiget/parse.py | |
| parent | 605085c95fe5ab6af337aefc723794f78cf3dfd7 (diff) | |
| download | wikiget-c459e3bb9553e31224348b055aaaec3a567613bb.tar.gz wikiget-c459e3bb9553e31224348b055aaaec3a567613bb.zip | |
Docstring type fixes
Diffstat (limited to 'src/wikiget/parse.py')
| -rw-r--r-- | src/wikiget/parse.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/wikiget/parse.py b/src/wikiget/parse.py index 92726f0..1deaacf 100644 --- a/src/wikiget/parse.py +++ b/src/wikiget/parse.py @@ -42,7 +42,7 @@ def get_dest(dl: str, args: Namespace) -> File: :type args: argparse.Namespace :raises ParseError: the target was unable to be parsed as a valid file :return: a File object representing the target, destination, and site - :rtype: File + :rtype: wikiget.file.File """ url = urlparse(dl) |
