summaryrefslogtreecommitdiff
path: root/docs/setuptools.txt
diff options
context:
space:
mode:
authorLennart Regebro <regebro@gmail.com>2009-09-22 17:25:53 +0200
committerLennart Regebro <regebro@gmail.com>2009-09-22 17:25:53 +0200
commit7596dc0cf93965df85e36dcbca683270f5e9ded2 (patch)
tree243c8b0f84fff8d7076286cc47e472050b903660 /docs/setuptools.txt
parentbec82b20d18cb0e81d305015307584abaa2b69bf (diff)
downloadpython-setuptools-git-7596dc0cf93965df85e36dcbca683270f5e9ded2.tar.gz
Name changes of the parameters.
--HG-- branch : distribute extra : rebase_source : fc921b526cda13b02a4bb0215f91ee04d03dca57
Diffstat (limited to 'docs/setuptools.txt')
-rw-r--r--docs/setuptools.txt8
1 files changed, 4 insertions, 4 deletions
diff --git a/docs/setuptools.txt b/docs/setuptools.txt
index d4c11a0f..06f632ec 100644
--- a/docs/setuptools.txt
+++ b/docs/setuptools.txt
@@ -404,16 +404,16 @@ unless you need the associated ``setuptools`` feature.
mess with it. For more details on how this argument works, see the section
below on `Automatic Resource Extraction`_.
-``run_2to3``
+``use_2to3``
Convert the source code from Python 2 to Python 3 with 2to3 during the
build process. See :doc:`python3` for more details.
-``convert_doctests_2to3``
+``convert_2to3_doctests``
List of doctest source files that need to be converted with 2to3.
See :doc:`python3` for more details.
-``additional_2to3_fixers``
- A list of modules to serach for additional fixers to be used during
+``use_2to3_fixers``
+ A list of modules to search for additional fixers to be used during
the 2to3 conversion. See :doc:`python3` for more details.