Skip to content

Commit fd8e0c7

Browse files
authored
Merge pull request #641 from superannotateai/fix_docs
fix download_export doc
2 parents ef5dca7 + 97dba96 commit fd8e0c7

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/superannotate/lib/app/interface/sdk_interface.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1528,14 +1528,15 @@ def download_export(
15281528
to_s3_bucket=None,
15291529
):
15301530
"""Download prepared export.
1531+
15311532
:param project: project name
15321533
:type project: str
15331534
:param export: export name
15341535
:type export: str, dict
15351536
:param folder_path: where to download the export
15361537
:type folder_path: Path-like (str or Path)
15371538
:param extract_zip_contents: if False then a zip file will be downloaded,
1538-
if True the zip file will be extracted at folder_path
1539+
if True the zip file will be extracted at folder_path
15391540
:type extract_zip_contents: bool
15401541
:param to_s3_bucket: AWS S3 bucket to use for download. If None then folder_path is in local filesystem.
15411542
:type to_s3_bucket: Bucket object

0 commit comments

Comments
 (0)