mirror of
https://github.com/python/cpython.git
synced 2026-01-31 03:32:07 +00:00
Fix grammar.
This commit is contained in:
parent
de196911f1
commit
52bc7b85fd
1 changed files with 3 additions and 3 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue