Commit 56359f59 authored by Greg Ward's avatar Greg Ward

Typo fix.

parent 96182d7b
...@@ -146,7 +146,7 @@ class build_py (Command): ...@@ -146,7 +146,7 @@ class build_py (Command):
raise DistutilsFileError, \ raise DistutilsFileError, \
"package directory '%s' does not exist" % package_dir "package directory '%s' does not exist" % package_dir
if not os.path.isdir (package_dir): if not os.path.isdir (package_dir):
raise DistutilsFileErorr, \ raise DistutilsFileError, \
("supposed package directory '%s' exists, " + ("supposed package directory '%s' exists, " +
"but is not a directory") % package_dir "but is not a directory") % package_dir
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment