Skip to content

Commit 2f682f4

Browse files
author
areias03
committed
doc: change added function docstrings
1 parent d3e7ec3 commit 2f682f4

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

spirepy/study.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ def get_mags(self) -> pl.dataframe.DataFrame:
7676
def download_assemblies(self, output: str):
7777
"""Download the assemblies into a specified folder.
7878
79-
:param output: Output folder to download the MAGs to.
79+
:param output: Output folder to download the assemblies to.
8080
:type output: str
8181
"""
8282
with tempfile.TemporaryDirectory() as tmpdir:
@@ -108,7 +108,7 @@ def download_mags(self, output: str):
108108
def download_genecalls(self, output: str):
109109
"""Download the genecalls into a specified folder.
110110
111-
:param output: Output folder to download the MAGs to.
111+
:param output: Output folder to download the genecalls to.
112112
:type output: str
113113
"""
114114
with tempfile.TemporaryDirectory() as tmpdir:
@@ -124,7 +124,7 @@ def download_genecalls(self, output: str):
124124
def download_proteins(self, output: str):
125125
"""Download the proteins into a specified folder.
126126
127-
:param output: Output folder to download the MAGs to.
127+
:param output: Output folder to download the proteins to.
128128
:type output: str
129129
"""
130130
with tempfile.TemporaryDirectory() as tmpdir:

0 commit comments

Comments
 (0)