summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorSylvain Thénault <sylvain.thenault@logilab.fr>2006-08-25 16:42:38 +0200
committerSylvain Thénault <sylvain.thenault@logilab.fr>2006-08-25 16:42:38 +0200
commit5ec1e2323c6b401491669ad2bfc11c94e871efc0 (patch)
treeef48a098a79ddf7d6ce82051dc2495af1c7afcc3 /setup.py
parent1715cb1a4892d1edb088d842e29d33219f070558 (diff)
parentb4afda77eee9a64ba14646b3cb94969f248f06cc (diff)
downloadastroid-git-5ec1e2323c6b401491669ad2bfc11c94e871efc0.tar.gz
merge
Diffstat (limited to 'setup.py')
-rw-r--r--setup.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/setup.py b/setup.py
index acdf1db5..dd5d63b6 100644
--- a/setup.py
+++ b/setup.py
@@ -137,7 +137,7 @@ class MyInstallLib(install_lib.install_lib):
include_dirs variable if necessary
"""
def run(self):
- """overriden from install_lib class"""
+ """overridden from install_lib class"""
install_lib.install_lib.run(self)
# create Products.__init__.py if needed
if subpackage_of: