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: Few misspellings found in Python source code comments.
Type: enhancement Stage: resolved
Components: Versions: Python 3.7, Python 3.6
process
Status: closed Resolution: fixed
Dependencies: Superseder:
Assigned To: Nosy List: asvetlov, eric.smith, mehanig
Priority: normal Keywords:

Created on 2017-12-13 00:10 by mehanig, last changed 2022-04-11 14:58 by admin. This issue is now closed.

Pull Requests
URL Status Linked Edit
PR 4803 merged mehanig, 2017-12-13 00:10
PR 4862 closed asvetlov, 2017-12-14 11:15
PR 4864 merged asvetlov, 2017-12-14 11:25
Messages (3)
msg308175 - (view) Author: Mikhail Afanasev (mehanig) * Date: 2017-12-13 00:10
I have noticed few misspellings in Python source code comments while doing some research with the help of spelling and grammatic tools. I double checked all of them and corrected.
There is just one docstring affected. All the other changes are in Python source code comments. It also affects 49 different files from all the modules. 
I made a PR, and I think it's up to file maintainers to decide if they want to merge any of this edits. 
At this moment maintainer of idlelib package picked and merged changes which affect his pars independently.
msg308287 - (view) Author: Andrew Svetlov (asvetlov) * (Python committer) Date: 2017-12-14 11:04
New changeset 53f7a7c2814fbfd8a29200926601a32fa48bacb3 by Andrew Svetlov (Mike) in branch 'master':
bpo-32297: Few misspellings found in Python source code comments. (#4803)
https://github.com/python/cpython/commit/53f7a7c2814fbfd8a29200926601a32fa48bacb3
msg308299 - (view) Author: Andrew Svetlov (asvetlov) * (Python committer) Date: 2017-12-14 14:19
New changeset 28453feaa8d88bbcbf6d834b1d5ca396d17265f2 by Andrew Svetlov in branch '3.6':
[3.6] bpo-32297: Fix misspellings in Python source code comments (GH-4803) (#4864)
https://github.com/python/cpython/commit/28453feaa8d88bbcbf6d834b1d5ca396d17265f2
History
Date User Action Args
2022-04-11 14:58:55adminsetgithub: 76478
2018-02-02 05:48:42terry.reedysetversions: + Python 3.6
2017-12-14 14:19:55asvetlovsetmessages: + msg308299
2017-12-14 11:25:50asvetlovsetpull_requests: + pull_request4754
2017-12-14 11:15:00asvetlovsetpull_requests: + pull_request4752
2017-12-14 11:09:01asvetlovsetstatus: open -> closed
resolution: fixed
stage: resolved
2017-12-14 11:04:55asvetlovsetnosy: + asvetlov
messages: + msg308287
2017-12-13 00:40:05eric.smithsetnosy: + eric.smith
2017-12-13 00:10:06mehanigcreate