Commit 0bf02c8d authored by Berker Peksag's avatar Berker Peksag

Issue #23047: Fix typo in pyporting.rst.

Patch by Chaitanya agrawal.
parent 91d0a55d
......@@ -295,7 +295,7 @@ at least the following block of code at the top of it::
from __future__ import absolute_import
from __future__ import division
from __future__ import print_statement
from __future__ import print_function
from __future__ import unicode_literals
You can also run Python 2 with the ``-3`` flag to be warned about various
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment