Skip to content

Commit 679f3f6

Browse files
fix reference warning in docs test
1 parent 6427de8 commit 679f3f6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/keggtools/resolver.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -198,7 +198,7 @@ def get_pathway(self, organism: str, code: str, **kwargs: Any) -> Pathway:
198198
:param str code: Pathway identify used by KEGG database.
199199
:param typing.Any kwargs: other arguments to `requests.get`.
200200
:return: Returns parsed Pathway instance.
201-
:rtype: Pathway
201+
:rtype: keggtools.models.Pathway
202202
"""
203203
# TODO: verify org code
204204

0 commit comments

Comments
 (0)