[issue26310] Fix typo “variariables” in socketserver.py

New submission from Marien: This patch fixes a typo in socketserver.py ---------- assignee: docs@python components: Documentation files: fix-typo-variariables.patch keywords: patch messages: 259869 nosy: docs@python, marienfr priority: normal severity: normal status: open title: Fix typo “variariables” in socketserver.py Added file: http://bugs.python.org/file41858/fix-typo-variariables.patch _______________________________________ Python tracker <report@bugs.python.org> <http://bugs.python.org/issue26310> _______________________________________

Roundup Robot added the comment: 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 ---------- nosy: +python-dev _______________________________________ Python tracker <report@bugs.python.org> <http://bugs.python.org/issue26310> _______________________________________

Martin Panter added the comment: Thankyou for the report. I also took the opportunity to switch the words “arbitrary other . . .” around to “other arbitrary . . .”. ---------- nosy: +martin.panter _______________________________________ Python tracker <report@bugs.python.org> <http://bugs.python.org/issue26310> _______________________________________

Changes by Martin Panter <vadmium+py@gmail.com>: ---------- resolution: -> fixed stage: -> resolved status: open -> closed versions: +Python 2.7, Python 3.5, Python 3.6 _______________________________________ Python tracker <report@bugs.python.org> <http://bugs.python.org/issue26310> _______________________________________
participants (3)
-
Marien
-
Martin Panter
-
Roundup Robot