chore: fix typo

This commit is contained in:
Stefan Pinnow
2022-04-19 07:41:49 +02:00
parent 0ca407d3d4
commit 28af42c8fb

View File

@@ -24,7 +24,7 @@ open(sha256, git_zip) == [0x56, 0xc0, 0xc1, 0xc2,
0x1d, 0x07, 0x3b, 0x10, 0x1d, 0x07, 0x3b, 0x10,
0xe2, 0x8e, 0xc0, 0x31] 0xe2, 0x8e, 0xc0, 0x31]
# Code for opeining a zip archive # Code for opening a zip archive
import ZipFile import ZipFile
git_archive = ZipFile.Reader(git_zip) git_archive = ZipFile.Reader(git_zip)