Skip to content

Commit fe55d80

Browse files
Update src/ghga_connector/core/downloading/downloader.py
Co-authored-by: Thomas Zajac <[email protected]>
1 parent 6d46166 commit fe55d80

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ghga_connector/core/downloading/downloader.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ async def download_file(self, *, output_path: Path, part_size: int):
6767
6868
The process is, roughly:
6969
- Retrieve file envelope
70-
- Schedule a download task for every file parts
70+
- Schedule a download task for every file part
7171
- Write file parts to disk as they're completed
7272
"""
7373
# Split the file into parts based on the part size

0 commit comments

Comments
 (0)