mirror of
https://github.com/python/cpython.git
synced 2025-07-24 11:44:31 +00:00
Typo fix.
This commit is contained in:
parent
96182d7b68
commit
56359f591b
1 changed files with 1 additions and 1 deletions
|
@ -146,7 +146,7 @@ class build_py (Command):
|
|||
raise DistutilsFileError, \
|
||||
"package directory '%s' does not exist" % package_dir
|
||||
if not os.path.isdir (package_dir):
|
||||
raise DistutilsFileErorr, \
|
||||
raise DistutilsFileError, \
|
||||
("supposed package directory '%s' exists, " +
|
||||
"but is not a directory") % package_dir
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue