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 | 44c1998e667e3ccd2f793e29c6bac3806a08e1ee (patch) | |
| tree | 5474fa2a4b790d9746642598ce30222aa26b9067 /docs/setuptools.txt | |
| parent | f679304a95d0b377fd069c56fc975a82da9ee2ca (diff) | |
| download | python-setuptools-git-44c1998e667e3ccd2f793e29c6bac3806a08e1ee.tar.gz | |
Fix a typo in documentation.
--HG--
branch : distribute
extra : rebase_source : 871f62d8e38382e2b75d26ce80085133bc0c1153
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 |
