This commit is contained in:
Just van Rossum 2002-12-21 11:38:47 +00:00
parent 650c382d0e
commit 4d95f53be5
1 changed files with 1 additions and 1 deletions

View File

@ -41,7 +41,7 @@ Subdirectory Equivalence
The zip archive must be treated exactly as a subdirectory tree so
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.
Suppose sys.path contains "/A/B/SubDir" and "/C/D/E/Archive.zip",