diff options
| author | Greg Ward <gward@python.net> | 2000-03-03 03:00:27 +0000 |
|---|---|---|
| committer | Greg Ward <gward@python.net> | 2000-03-03 03:00:27 +0000 |
| commit | bea7ea527619fd6e4360157daea66bb5f7bf946e (patch) | |
| tree | dfcc620e5dcc4e15e3fc6fcb4f5cc3b83a18fcf8 /command/build_py.py | |
| parent | e5881f84002247373f54ef2108e050b03f30fcf2 (diff) | |
| download | python-setuptools-git-bea7ea527619fd6e4360157daea66bb5f7bf946e.tar.gz | |
Typo fix.
Diffstat (limited to 'command/build_py.py')
| -rw-r--r-- | command/build_py.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/command/build_py.py b/command/build_py.py index 2d0ad1ce..4e5255a6 100644 --- a/command/build_py.py +++ b/command/build_py.py @@ -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 |
