diff options
| author | tarek <devnull@localhost> | 2009-09-26 19:58:09 +0200 |
|---|---|---|
| committer | tarek <devnull@localhost> | 2009-09-26 19:58:09 +0200 |
| commit | 9df3368d147b7868ac4bc8a5dd54a7cbf7a08363 (patch) | |
| tree | ed4b4a10b93db55940a7b98945619926c6af77a8 /docs/python3.txt | |
| parent | d0ebf8ed51dd7bbe7822f90ed6ce140f7067ebcb (diff) | |
| download | python-setuptools-bitbucket-9df3368d147b7868ac4bc8a5dd54a7cbf7a08363.tar.gz | |
more doc
Diffstat (limited to 'docs/python3.txt')
| -rw-r--r-- | docs/python3.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/python3.txt b/docs/python3.txt index 9ae95735..9b5fa797 100644 --- a/docs/python3.txt +++ b/docs/python3.txt @@ -6,10 +6,10 @@ Starting with version 0.6.2, Distribute supports Python 3. Installing and using distribute for Python 3 code works exactly the same as for Python 2 code, but Distribute also helps you to support Python 2 and Python 3 from the same source code by letting you run 2to3 on the code as a part of the -build process. by setting the keyword parameter ``use_2to3`` to True. +build process, by setting the keyword parameter ``use_2to3`` to True. -Distrubute as help during porting +Distribute as help during porting ================================= Distribute can make the porting process much easier by automatically running |
