From 7b5cc0aaf4e8ca3dc6374f697f10be6288281950 Mon Sep 17 00:00:00 2001 From: tarek Date: Sat, 26 Sep 2009 19:58:09 +0200 Subject: more doc --HG-- branch : distribute extra : rebase_source : c8b0a440a80186f80a27d798b5bc4f5f536c88ee --- docs/python3.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'docs/python3.txt') 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 -- cgit v1.2.1