diff options
| author | Arfrever Frehtes Taifersar Arahesis <Arfrever.FTA@GMail.Com> | 2011-05-16 18:02:09 +0200 |
|---|---|---|
| committer | Arfrever Frehtes Taifersar Arahesis <Arfrever.FTA@GMail.Com> | 2011-05-16 18:02:09 +0200 |
| commit | 3f0d3b094ad5b550be4f797c2bbf9930d7e3a72b (patch) | |
| tree | db038c046e1713e4327d40d9d3a050e83b528a5e /docs/setuptools.txt | |
| parent | f286e1084e5e45be2e9efe5aeac02e5baf086386 (diff) | |
| download | python-setuptools-bitbucket-3f0d3b094ad5b550be4f797c2bbf9930d7e3a72b.tar.gz | |
Fix a typo in documentation.
Diffstat (limited to 'docs/setuptools.txt')
| -rw-r--r-- | docs/setuptools.txt | 2 |
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 |
