Skip to content

Commit 0317a27

Browse files
committed
fix typo
1 parent 77b9527 commit 0317a27

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/neonutilities/unzip_and_stack.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ def unzip_zipfile(zippath):
5858
Updated Tues Feb 15 2024 to use "with" to ensure zip files properly close out
5959
and fix error handling for Windows filepath character length limits
6060
61-
Folders should not be downloaded if the path lenght was too long, so this
61+
Folders should not be downloaded if the path length was too long, so this
6262
might be redundant (see api_helpers.py download_url function)
6363
"""
6464

0 commit comments

Comments
 (0)