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: Typo fixes in Lib/tokenize.py
Type: enhancement Stage: resolved
Components: Documentation Versions: Python 3.6, Python 3.5
process
Status: closed Resolution: fixed
Dependencies: Superseder:
Assigned To: docs@python Nosy List: berker.peksag, docs@python, johnwalker, meador.inge, python-dev
Priority: normal Keywords: patch

Created on 2015-12-29 23:10 by johnwalker, last changed 2022-04-11 14:58 by admin. This issue is now closed.

Files
File name Uploaded Description Edit
tokenize-fixes.patch johnwalker, 2015-12-29 23:10 review
Messages (4)
msg257217 - (view) Author: John Walker (johnwalker) * Date: 2015-12-29 23:10
Minor fixes to comments and a docstring in Lib/tokenize.py I found while looking for more important bugs.

afer -> after
alternately -> alternatively
intput -> input
argment -> argument
msg257218 - (view) Author: Roundup Robot (python-dev) (Python triager) Date: 2015-12-29 23:42
New changeset 9057e3857119 by Berker Peksag in branch '3.5':
Issue #25977: Fix typos in Lib/tokenize.py
https://hg.python.org/cpython/rev/9057e3857119

New changeset 5b43d7984a63 by Berker Peksag in branch 'default':
Issue #25977: Fix typos in Lib/tokenize.py
https://hg.python.org/cpython/rev/5b43d7984a63
msg257219 - (view) Author: Berker Peksag (berker.peksag) * (Python committer) Date: 2015-12-29 23:44
Thanks for the patch, John.
msg257220 - (view) Author: John Walker (johnwalker) * Date: 2015-12-30 00:16
You're welcome, have a happy new year. :)
History
Date User Action Args
2022-04-11 14:58:25adminsetgithub: 70165
2015-12-30 00:16:15johnwalkersetmessages: + msg257220
2015-12-29 23:44:11berker.peksagsetstatus: open -> closed

nosy: + berker.peksag
messages: + msg257219

resolution: fixed
stage: resolved
2015-12-29 23:42:49python-devsetnosy: + python-dev
messages: + msg257218
2015-12-29 23:31:24SilentGhostsetnosy: + meador.inge
2015-12-29 23:10:40johnwalkercreate