summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorAlexandre Fayolle <alexandre.fayolle@logilab.fr>2006-05-27 20:55:37 +0200
committerAlexandre Fayolle <alexandre.fayolle@logilab.fr>2006-05-27 20:55:37 +0200
commitd38aa3a8e1cae2a9ca5cd0334bd03ae4e099fa29 (patch)
treede091ac8fb55549ff527a4b56b9b6655c8e4d7a2 /setup.py
parent7786080e07a3e75d72304dcd316e6d740b8b7386 (diff)
downloadpylint-d38aa3a8e1cae2a9ca5cd0334bd03ae4e099fa29.tar.gz
fix spelling mistake pointed out by skip@pobox.com
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 39c4900..befbfcb 100644
--- a/setup.py
+++ b/setup.py
@@ -138,7 +138,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: