This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

classification
Title: typo in pyporting.rst
Type: behavior Stage: resolved
Components: Documentation Versions: Python 3.4, Python 3.5, Python 2.7
process
Status: closed Resolution: fixed
Dependencies: Superseder:
Assigned To: docs@python Nosy List: berker.peksag, brett.cannon, docs@python, krypten, python-dev, xdegaye
Priority: normal Keywords: patch

Created on 2014-12-13 10:01 by xdegaye, last changed 2022-04-11 14:58 by admin. This issue is now closed.

Files
File name Uploaded Description Edit
issue23047.patch krypten, 2014-12-13 11:51 File for resolving issue 23047 review
Messages (5)
msg232600 - (view) Author: Xavier de Gaye (xdegaye) * (Python triager) Date: 2014-12-13 10:01
In Doc/howto/pyporting.rst at line "from __future__ import print_statement":
  s/print_statement/print_function/
msg232605 - (view) Author: Chaitanya agrawal (krypten) * Date: 2014-12-13 11:51
Typo corrected according to message232600.
msg232608 - (view) Author: Roundup Robot (python-dev) (Python triager) Date: 2014-12-13 13:48
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
msg232609 - (view) Author: Roundup Robot (python-dev) (Python triager) Date: 2014-12-13 13:50
New changeset f1f404f5422a by Berker Peksag in branch '2.7':
Issue #23047: Fix typo in pyporting.rst.
https://hg.python.org/cpython/rev/f1f404f5422a
msg232610 - (view) Author: Berker Peksag (berker.peksag) * (Python committer) Date: 2014-12-13 13:52
Thanks for the report, Xavier and thanks for the patch, Chaitanya.
History
Date User Action Args
2022-04-11 14:58:11adminsetgithub: 67236
2014-12-13 13:52:28berker.peksagsetstatus: open -> closed

versions: + Python 2.7, Python 3.4
nosy: + berker.peksag

messages: + msg232610
resolution: fixed
stage: resolved
2014-12-13 13:50:53python-devsetmessages: + msg232609
2014-12-13 13:48:37python-devsetnosy: + python-dev
messages: + msg232608
2014-12-13 11:51:30kryptensetfiles: + issue23047.patch

nosy: + krypten
messages: + msg232605

keywords: + patch
2014-12-13 10:01:17xdegayecreate