Issue 36766: Typos in docs and code comments (original) (raw)

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

classification

Title: Typos in docs and code comments
Type: behavior Stage: resolved
Components: Documentation Versions: Python 3.8, Python 3.7

process

Status: closed Resolution: fixed
Dependencies: Superseder:
Assigned To: Mariatta Nosy List: Giant_Robato, Mariatta, cheryl.sabella, matrixise, miss-islington, terry.reedy, xtreak
Priority: normal Keywords: patch

Created on 2019-05-01 13:12 by xtreak, last changed 2022-04-11 14:59 by admin. This issue is now closed.

Pull Requests
URL Status Linked Edit
PR 13116 merged Giant_Robato,2019-05-06 15:58
PR 13136 merged Giant_Robato,2019-05-06 19:39
Messages (7)
msg341194 - (view) Author: Karthikeyan Singaravelan (xtreak) * (Python committer) Date: 2019-05-01 13:12
I ran aspell through the files and found below to be typos while manually filtering the aspell output. I have classified it into sections since I am not sure if code comments are worth fixing and added relevant files where they are present. I am tagging the issue for PyCon US dev sprints. Please don't make a PR for this if you have already contributed a PR. # Docs folder Cotnent -> Content-Transfer-Encoding (Doc/library/email.generator.rst) attibute -> attribute (Doc/library/pyclbr.rst) milleseconds -> milliseconds (Doc/library/idle.rst) # Code comments actuall -> actual (Lib/test/test_dataclasses.py) actully -> actually (Lib/contextlib.py) agains -> against (Lib/pathlib.py) Amerian -> American (Lib/test/test_random.py) Conflic -> Conflict (Lib/idlelib/idle_test/test_config.py) Depedent -> Dependent (Lib/test/datetimetester.py) Diffent -> Different (Lib/test/support/__init__.py) Diplay -> Display (Objects/object.c) Doens't -> Doesn't (Lib/test/test_ssl.py) Dono't -> Don't (Lib/test/test_importlib/test_lazy.py) intermitted -> intermittent (Lib/test/pickletester.py) invokation -> Invocation (Lib/platform.py) occuring -> occurring (Lib/test/test_tools/test_i18n.py) permuations -> permutations (Lib/tokenize.py) resouce -> resource (Lib/multiprocessing/resource_sharer.py) statists -> statistics (Lib/pstats.py) # Docstring Dafault -> Default (Lib/turtle.py) Diplay -> Display (Lib/idlelib/help.py) Intput -> Input (Lib/lib2to3/pgen2/tokenize.py) milleseconds -> milliseconds (Lib/idlelib/configdialog.py, Lib/idlelib/help.html)
msg341528 - (view) Author: Dustin Mendoza (Giant_Robato) * Date: 2019-05-06 15:27
I'd like to work on this for the mentored Sprints
msg341603 - (view) Author: Stéphane Wirtel (matrixise) * (Python committer) Date: 2019-05-06 18:57
New changeset 964663089547ca110199e23867b46b07ff4be88c by Stéphane Wirtel (penguindustin) in branch 'master': bpo-36766: Typos in docs and code comments (GH-13116) https://github.com/python/cpython/commit/964663089547ca110199e23867b46b07ff4be88c
msg341613 - (view) Author: Terry J. Reedy (terry.reedy) * (Python committer) Date: 2019-05-06 19:19
Please do not close this until at least the idlelib changes are backported.
msg341622 - (view) Author: Stéphane Wirtel (matrixise) * (Python committer) Date: 2019-05-06 19:41
Hi Terry, Sure, thank you for the reminder.
msg341646 - (view) Author: miss-islington (miss-islington) Date: 2019-05-06 20:55
New changeset b2d29bfa5be5a0794c7c69078c43953967fcacf4 by Miss Islington (bot) (penguindustin) in branch '3.7': [3.7] bpo-36766: Typos in docs and code comments (GH-13116). (GH-13136) https://github.com/python/cpython/commit/b2d29bfa5be5a0794c7c69078c43953967fcacf4
msg341648 - (view) Author: Terry J. Reedy (terry.reedy) * (Python committer) Date: 2019-05-06 21:07
Dustin, thank you for both patches. Some people are not annoyed by minor typos. I am one who is. I hope you are enjoying and learning from the sprint.
History
Date User Action Args
2022-04-11 14:59:14 admin set github: 80947
2019-05-06 21:07:07 terry.reedy set status: open -> closedresolution: fixedmessages: + stage: patch review -> resolved
2019-05-06 20:55:32 miss-islington set nosy: + miss-islingtonmessages: +
2019-05-06 19:41:14 matrixise set messages: +
2019-05-06 19:39:10 Giant_Robato set pull_requests: + <pull%5Frequest13049>
2019-05-06 19:19:23 terry.reedy set nosy: + terry.reedymessages: + versions: + Python 3.7
2019-05-06 18:57:26 matrixise set nosy: + matrixisemessages: +
2019-05-06 15:58:51 Giant_Robato set keywords: + patchstage: needs patch -> patch reviewpull_requests: + <pull%5Frequest13030>
2019-05-06 15:27:10 Giant_Robato set nosy: + Giant_Robatomessages: +
2019-05-02 05:45:37 serhiy.storchaka set stage: needs patch
2019-05-01 13:12:27 xtreak create