Skip to content
This repository was archived by the owner on Jun 3, 2025. It is now read-only.

Commit 57e2e44

Browse files
Update src/sparsezoo/utils/download.py
Co-authored-by: dbogunowicz <97082108+dbogunowicz@users.noreply.github.com>
1 parent bbf023f commit 57e2e44

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/sparsezoo/utils/download.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ def __init__(
9292
self._lock = threading.Lock()
9393

9494
def is_range_header_supported(self) -> bool:
95-
"""Check if chuck download is supported"""
95+
"""Check if chunk download is supported"""
9696
response = requests.head(
9797
self.url, headers={"Accept-Encoding": "identity"}, allow_redirects=True
9898
)

0 commit comments

Comments
 (0)