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: Fix typo “variariables” in socketserver.py
Type: Stage: resolved
Components: Documentation 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, marienfr, martin.panter, python-dev
Priority: normal Keywords: patch

Created on 2016-02-08 18:06 by marienfr, last changed 2022-04-11 14:58 by admin. This issue is now closed.

Files
File name Uploaded Description Edit
fix-typo-variariables.patch marienfr, 2016-02-08 18:06 review
Messages (3)
msg259869 - (view) Author: Marien Fressinaud (marienfr) Date: 2016-02-08 18:06
This patch fixes a typo in socketserver.py
msg259903 - (view) Author: Roundup Robot (python-dev) (Python triager) Date: 2016-02-09 01:38
New changeset 1383a260b66d by Martin Panter in branch '3.5':
Issues #26310, #26311: Fix typos in the documentation and code comments
https://hg.python.org/cpython/rev/1383a260b66d

New changeset e2d3c93d8763 by Martin Panter in branch 'default':
Issues #26310, 26311: Merge typo fixes from 3.5
https://hg.python.org/cpython/rev/e2d3c93d8763

New changeset 8c7a8c7a02b9 by Martin Panter in branch '2.7':
Issues #26310, #26311: Fix typos in the documentation
https://hg.python.org/cpython/rev/8c7a8c7a02b9
msg259905 - (view) Author: Martin Panter (martin.panter) * (Python committer) Date: 2016-02-09 01:58
Thankyou for the report. I also took the opportunity to switch the words “arbitrary other . . .” around to “other arbitrary . . .”.
History
Date User Action Args
2022-04-11 14:58:27adminsetgithub: 70498
2016-02-09 01:58:51martin.pantersetstatus: open -> closed
stage: resolved
resolution: fixed
versions: + Python 2.7, Python 3.5, Python 3.6
2016-02-09 01:58:39martin.pantersetnosy: + martin.panter
messages: + msg259905
2016-02-09 01:38:43python-devsetnosy: + python-dev
messages: + msg259903
2016-02-08 18:06:44marienfrcreate