Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit bd62f0a

Browse files
committed
Issue #23047: Fix typo in pyporting.rst.
Patch by Chaitanya agrawal.
1 parent 5d3febf commit bd62f0a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Doc/howto/pyporting.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -295,7 +295,7 @@ at least the following block of code at the top of it::
295295

296296
from __future__ import absolute_import
297297
from __future__ import division
298-
from __future__ import print_statement
298+
from __future__ import print_function
299299
from __future__ import unicode_literals
300300

301301
You can also run Python 2 with the ``-3`` flag to be warned about various

0 commit comments

Comments
 (0)