typo fix
This commit is contained in:
parent
650c382d0e
commit
4d95f53be5
|
@ -41,7 +41,7 @@ Subdirectory Equivalence
|
||||||
|
|
||||||
The zip archive must be treated exactly as a subdirectory tree so
|
The zip archive must be treated exactly as a subdirectory tree so
|
||||||
we can support package imports based on current and future rules.
|
we can support package imports based on current and future rules.
|
||||||
All zip data is taked from the Central Directory, the data must be
|
All zip data is taken from the Central Directory, the data must be
|
||||||
correct, and brain dead zip files are not accommodated.
|
correct, and brain dead zip files are not accommodated.
|
||||||
|
|
||||||
Suppose sys.path contains "/A/B/SubDir" and "/C/D/E/Archive.zip",
|
Suppose sys.path contains "/A/B/SubDir" and "/C/D/E/Archive.zip",
|
||||||
|
|
Loading…
Reference in New Issue