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: Doc and comment spelling fixes
Type: enhancement Stage: resolved
Components: Documentation, Library (Lib) Versions: Python 3.6, Python 3.5, Python 2.7
process
Status: closed Resolution: fixed
Dependencies: Superseder:
Assigned To: docs@python Nosy List: docs@python, martin.panter, python-dev, scop
Priority: normal Keywords: patch

Created on 2016-05-21 08:31 by scop, last changed 2022-04-11 14:58 by admin. This issue is now closed.

Files
File name Uploaded Description Edit
docs.patch scop, 2016-05-21 08:31 review
docs.v2.patch martin.panter, 2016-05-21 12:16 review
Messages (4)
msg265992 - (view) Author: Ville Skyttä (scop) * Date: 2016-05-21 08:31
Patch attached.
msg265996 - (view) Author: Martin Panter (martin.panter) * (Python committer) Date: 2016-05-21 12:16
Thanks Ville for this. It mostly looks good. I left some comments regarding “heterogenous”.

I extended the patch with related fixes, mainly outside the Doc/ and Lib/ directories. Whoever commits this should also regenerate importlib, the configure script, and Arg Clinic code (not included in patches).

I’m not too sure about the Lib/msilib/schema.py file because it looks like generated code. But I see that other people have fixed it, so maybe that is okay.
msg266413 - (view) Author: Roundup Robot (python-dev) (Python triager) Date: 2016-05-26 06:29
New changeset a3a64b85883f by Martin Panter in branch '3.5':
Issue #27076: Doc, comment and tests spelling fixes
https://hg.python.org/cpython/rev/a3a64b85883f

New changeset 5d254703bd84 by Martin Panter in branch 'default':
Issue #27076: Merge spelling from 3.5
https://hg.python.org/cpython/rev/5d254703bd84

New changeset d3d8faaaaade by Martin Panter in branch 'default':
Issue #27076: More doc and comment spelling fixes for 3.6, by Ville Skyttä
https://hg.python.org/cpython/rev/d3d8faaaaade

New changeset 1e80e53ce20d by Martin Panter in branch '2.7':
Issue #27076: Doc, comment and test function name spelling fixes
https://hg.python.org/cpython/rev/1e80e53ce20d
msg266418 - (view) Author: Martin Panter (martin.panter) * (Python committer) Date: 2016-05-26 08:47
I pushed all the changes, including the MSI files, except for “heterogeneous”.
History
Date User Action Args
2022-04-11 14:58:31adminsetgithub: 71263
2016-05-26 08:47:27martin.pantersetstatus: open -> closed
resolution: fixed
messages: + msg266418

stage: patch review -> resolved
2016-05-26 06:29:45python-devsetnosy: + python-dev
messages: + msg266413
2016-05-21 12:16:07martin.pantersetfiles: + docs.v2.patch
versions: + Python 2.7, Python 3.5, Python 3.6
nosy: + martin.panter

messages: + msg265996

stage: patch review
2016-05-21 08:31:19scopcreate