diff --git a/Doc/library/2to3.rst b/Doc/library/2to3.rst index 56b3061be8c..24c563cf3c6 100644 --- a/Doc/library/2to3.rst +++ b/Doc/library/2to3.rst @@ -84,13 +84,6 @@ document could also be refactored with this option. The :option:`-v` option enables output of more information on the translation process. -When the :option:`-p` is passed, 2to3 treats ``print`` as a function instead of -a statement. This is useful when ``from __future__ import print_function`` is -being used. If this option is not given, the print fixer will surround print -calls in an extra set of parentheses because it cannot differentiate between the -print statement with parentheses (such as ``print ("a" + "b" + "c")``) and a -true function call. - :mod:`lib2to3` - 2to3's library -------------------------------