Issue 14346: Typos in Mac/README (original) (raw)

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

classification

Title: Typos in Mac/README
Type: Stage: resolved
Components: Documentation Versions: Python 3.2, Python 3.3, Python 2.7

process

Status: closed Resolution: fixed
Dependencies: Superseder:
Assigned To: ned.deily Nosy List: dk, ned.deily, python-dev
Priority: normal Keywords: patch

Created on 2012-03-17 09:59 by dk, last changed 2022-04-11 14:57 by admin. This issue is now closed.

Files
File name Uploaded Description Edit
typos.patch dk,2012-03-17 09:59
Messages (3)
msg156148 - (view) Author: Dionysios Kalofonos (dk) * Date: 2012-03-17 09:59
Mac/README had a few typos (see attached file for details).
msg156179 - (view) Author: Roundup Robot (python-dev) (Python triager) Date: 2012-03-17 17:31
New changeset 3decf67e1a28 by Ned Deily in branch '2.7': Issue #14346: Fix some typos in the Mac/README file. http://hg.python.org/cpython/rev/3decf67e1a28 New changeset 7464c8cf7466 by Ned Deily in branch '3.2': Issue #14346: Fix some typos in the Mac/README file. http://hg.python.org/cpython/rev/7464c8cf7466 New changeset 4b222467acf4 by Ned Deily in branch 'default': Issue #14346: merge http://hg.python.org/cpython/rev/4b222467acf4
msg156180 - (view) Author: Ned Deily (ned.deily) * (Python committer) Date: 2012-03-17 17:33
Thanks for the suggestions!
History
Date User Action Args
2022-04-11 14:57:28 admin set github: 58554
2012-03-17 17:33:08 ned.deily set status: open -> closedassignee: ned.deilycomponents: + Documentationversions: + Python 3.2, Python 3.3nosy: + ned.deilymessages: + resolution: fixedstage: resolved
2012-03-17 17:31:26 python-dev set nosy: + python-devmessages: +
2012-03-17 09:59:03 dk create