aboutsummaryrefslogtreecommitdiff
path: root/src/wikiget/file.py
diff options
context:
space:
mode:
authorCody Logan <cody@lokken.dev>2023-11-14 16:56:15 -0800
committerCody Logan <cody@lokken.dev>2023-11-14 16:56:15 -0800
commitc459e3bb9553e31224348b055aaaec3a567613bb (patch)
tree9a518ed22ba9f1529b4acbd42170d6bb878f95e7 /src/wikiget/file.py
parent605085c95fe5ab6af337aefc723794f78cf3dfd7 (diff)
downloadwikiget-c459e3bb9553e31224348b055aaaec3a567613bb.tar.gz
wikiget-c459e3bb9553e31224348b055aaaec3a567613bb.zip
Docstring type fixes
Diffstat (limited to 'src/wikiget/file.py')
-rw-r--r--src/wikiget/file.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/wikiget/file.py b/src/wikiget/file.py
index f2320b2..cbd738a 100644
--- a/src/wikiget/file.py
+++ b/src/wikiget/file.py
@@ -54,7 +54,7 @@ class File:
"""Compare this File object with another for equality.
:param other: another File to compare
- :type other: File
+ :type other: wikiget.file.File
:return: True if the Files are equal and False otherwise
:rtype: bool
"""