Skip to content

Commit 8e6476f

Browse files
ajaxbitsCopilot
andauthored
Spelling
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
1 parent c5d4bcf commit 8e6476f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

package_python_function/nested_zip_loader.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ def load_nested_zip() -> None:
5858
nested_zip.extractall(str(staging_package_path))
5959

6060
# The idea here is that we don't rename the path until everything has been successfully extracted.
61-
# This is expected to be a an atomic operation. That way, if AWS terminates us during the extraction,
61+
# This is expected to be an atomic operation. That way, if AWS terminates us during the extraction,
6262
# we won't try and use the incomplete extraction.
6363
os.rename(str(staging_package_path), str(target_package_path))
6464

0 commit comments

Comments
 (0)