From 52bc7b85fd70eeaefaaa99a6595f864472a7e83a Mon Sep 17 00:00:00 2001 From: Georg Brandl Date: Mon, 23 Feb 2009 18:33:48 +0000 Subject: [PATCH] Fix grammar. --- Doc/library/2to3.rst | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Doc/library/2to3.rst b/Doc/library/2to3.rst index 7ab34dac1c..03cfbbee71 100644 --- a/Doc/library/2to3.rst +++ b/Doc/library/2to3.rst @@ -38,9 +38,9 @@ It can be converted to Python 3.x code via 2to3 on the command line:: $ 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 -- 2.50.1