
New submission from Xavier de Gaye:
In Doc/howto/pyporting.rst at line "from __future__ import print_statement": s/print_statement/print_function/
---------- assignee: docs@python components: Documentation messages: 232600 nosy: brett.cannon, docs@python, xdegaye priority: normal severity: normal status: open title: typo in pyporting.rst type: behavior versions: Python 3.5
_______________________________________ Python tracker report@bugs.python.org http://bugs.python.org/issue23047 _______________________________________

Chaitanya agrawal added the comment:
Typo corrected according to message232600.
---------- keywords: +patch nosy: +krypten Added file: http://bugs.python.org/file37438/issue23047.patch
_______________________________________ Python tracker report@bugs.python.org http://bugs.python.org/issue23047 _______________________________________

Roundup Robot added the comment:
New changeset 914e9092984e by Berker Peksag in branch '3.4': Issue #23047: Fix typo in pyporting.rst. https://hg.python.org/cpython/rev/914e9092984e
New changeset 81a56c9e1e1c by Berker Peksag in branch 'default': Issue #23047: Fix typo in pyporting.rst. https://hg.python.org/cpython/rev/81a56c9e1e1c
---------- nosy: +python-dev
_______________________________________ Python tracker report@bugs.python.org http://bugs.python.org/issue23047 _______________________________________

Roundup Robot added the comment:
New changeset f1f404f5422a by Berker Peksag in branch '2.7': Issue #23047: Fix typo in pyporting.rst. https://hg.python.org/cpython/rev/f1f404f5422a
----------
_______________________________________ Python tracker report@bugs.python.org http://bugs.python.org/issue23047 _______________________________________

Berker Peksag added the comment:
Thanks for the report, Xavier and thanks for the patch, Chaitanya.
---------- nosy: +berker.peksag resolution: -> fixed stage: -> resolved status: open -> closed versions: +Python 2.7, Python 3.4
_______________________________________ Python tracker report@bugs.python.org http://bugs.python.org/issue23047 _______________________________________
participants (4)
-
Berker Peksag
-
Chaitanya agrawal
-
Roundup Robot
-
Xavier de Gaye