[Python-checkins] r69907 - python/trunk/Doc/library/2to3.rst

georg.brandl python-checkins at python.org
Mon Feb 23 19:33:48 CET 2009


Author: georg.brandl
Date: Mon Feb 23 19:33:48 2009
New Revision: 69907

Log:
Fix grammar.

Modified:
   python/trunk/Doc/library/2to3.rst

Modified: python/trunk/Doc/library/2to3.rst
==============================================================================
--- python/trunk/Doc/library/2to3.rst	(original)
+++ python/trunk/Doc/library/2to3.rst	Mon Feb 23 19:33:48 2009
@@ -38,9 +38,9 @@
    $ 2to3 example.py
 
 A diff against the original source file is printed.  2to3 can also write the
-needed modifications right back to the source file.  (Of course, a backup of the
-original is also be made unless :option:`-n` is also given.)  Writing the
-changes back is enabled with the :option:`-w` flag::
+needed modifications right back to the source file.  (A backup of the original
+file is made unless :option:`-n` is also given.)  Writing the changes back is
+enabled with the :option:`-w` flag::
 
    $ 2to3 -w example.py
 


More information about the Python-checkins mailing list