chore: fix typo
This commit is contained in:
parent
0ca407d3d4
commit
28af42c8fb
2
ch12.jl
2
ch12.jl
@ -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)
|
||||||
|
Loading…
Reference in New Issue
Block a user