diff options
author | Lennart Regebro <regebro@gmail.com> | 2009-09-21 11:53:47 +0200 |
---|---|---|
committer | Lennart Regebro <regebro@gmail.com> | 2009-09-21 11:53:47 +0200 |
commit | bec82b20d18cb0e81d305015307584abaa2b69bf (patch) | |
tree | 42f415ecf3913b549561f087e9bc9c46d30a992a | |
parent | b9cd5398b31db7c587ccf2c362f2c93d50463610 (diff) | |
download | external_python_setuptools-bec82b20d18cb0e81d305015307584abaa2b69bf.tar.gz external_python_setuptools-bec82b20d18cb0e81d305015307584abaa2b69bf.tar.bz2 external_python_setuptools-bec82b20d18cb0e81d305015307584abaa2b69bf.zip |
Cut and paste error.
--HG--
branch : distribute
extra : rebase_source : 2dd0749f676a281b4a09fd050686ea0821dd64f8
-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 e462e61a..d4c11a0f 100644 --- a/docs/setuptools.txt +++ b/docs/setuptools.txt @@ -406,7 +406,7 @@ unless you need the associated ``setuptools`` feature. ``run_2to3`` Convert the source code from Python 2 to Python 3 with 2to3 during the - build process. + build process. See :doc:`python3` for more details. ``convert_doctests_2to3`` List of doctest source files that need to be converted with 2to3. |