]> granicus.if.org Git - python/commitdiff
Issue #23047: Fix typo in pyporting.rst.
authorBerker Peksag <berker.peksag@gmail.com>
Sat, 13 Dec 2014 13:48:22 +0000 (15:48 +0200)
committerBerker Peksag <berker.peksag@gmail.com>
Sat, 13 Dec 2014 13:48:22 +0000 (15:48 +0200)
Patch by Chaitanya agrawal.

Doc/howto/pyporting.rst

index 624537c78dce76df9a48791d680abb060c005c33..59c127ea8001e3f1e39fc4bbfa282d35ed8fe3fe 100644 (file)
@@ -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