summaryrefslogtreecommitdiff
path: root/docs/setuptools.txt
diff options
context:
space:
mode:
authorArfrever Frehtes Taifersar Arahesis <Arfrever.FTA@GMail.Com>2011-05-16 18:02:09 +0200
committerArfrever Frehtes Taifersar Arahesis <Arfrever.FTA@GMail.Com>2011-05-16 18:02:09 +0200
commit3f0d3b094ad5b550be4f797c2bbf9930d7e3a72b (patch)
treedb038c046e1713e4327d40d9d3a050e83b528a5e /docs/setuptools.txt
parentf286e1084e5e45be2e9efe5aeac02e5baf086386 (diff)
downloadpython-setuptools-bitbucket-3f0d3b094ad5b550be4f797c2bbf9930d7e3a72b.tar.gz
Fix a typo in documentation.
Diffstat (limited to 'docs/setuptools.txt')
-rw-r--r--docs/setuptools.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/setuptools.txt b/docs/setuptools.txt
index da159bfe..4105dc2e 100644
--- a/docs/setuptools.txt
+++ b/docs/setuptools.txt
@@ -2519,7 +2519,7 @@ a non-None value. Here's an example validation function::
Your function should accept three arguments: the ``Distribution`` object,
the attribute name, and the attribute value. It should raise a
-``DistutilsSetupError`` (from the ``distutils.error`` module) if the argument
+``DistutilsSetupError`` (from the ``distutils.errors`` module) if the argument
is invalid. Remember, your function will only be called with non-None values,
and the default value of arguments defined this way is always None. So, your
commands should always be prepared for the possibility that the attribute will