summaryrefslogtreecommitdiff
path: root/docs/setuptools.txt
diff options
context:
space:
mode:
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.