Issue 20892: Typo in howto/pyporting.rst (original) (raw)

This issue has been migrated to GitHub: https://github.com/python/cpython/issues/65091

classification

Title: Typo in howto/pyporting.rst
Type: Stage: resolved
Components: Documentation Versions: Python 3.4

process

Status: closed Resolution: fixed
Dependencies: Superseder:
Assigned To: docs@python Nosy List: OrangeTux, docs@python, python-dev
Priority: normal Keywords:

Created on 2014-03-11 18:57 by OrangeTux, last changed 2022-04-11 14:57 by admin. This issue is now closed.

Messages (2)
msg213162 - (view) Author: Auke Willem Oosterhoff (OrangeTux) * Date: 2014-03-11 18:57
Somewere around the paragraph 'Projects to Consider'[1]: "...level library for suppoting Python 2 &...". Obviously this should be: "...level library for supporting Python 2 &...". [1]:http://docs.python.org/3.4/howto/pyporting.html#projects-to-consider
msg213164 - (view) Author: Roundup Robot (python-dev) (Python triager) Date: 2014-03-11 19:00
New changeset 2f149207d3cf by Benjamin Peterson in branch '3.3': fix typo (closes #20892) http://hg.python.org/cpython/rev/2f149207d3cf New changeset e47646fca428 by Benjamin Peterson in branch 'default': merge 3.3 (closes #20892) http://hg.python.org/cpython/rev/e47646fca428
History
Date User Action Args
2022-04-11 14:57:59 admin set github: 65091
2014-03-11 19:00:06 python-dev set status: open -> closednosy: + python-devmessages: + resolution: fixedstage: resolved
2014-03-11 18:57:23 OrangeTux create