mirror of
https://github.com/python/cpython.git
synced 2025-10-03 05:35:59 +00:00
mention -n
This commit is contained in:
parent
aff36f1295
commit
f3d0ce1502
1 changed files with 2 additions and 2 deletions
|
@ -37,8 +37,8 @@ It can be converted to Python 3.x code via 2to3 on the command line::
|
|||
|
||||
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.) Writing the changes back is enabled with the
|
||||
:option:`-w` flag::
|
||||
original is also be 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