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 in documentation for xml.parsers.expat
Type: Stage: resolved
Components: XML Versions: Python 3.6, Python 3.5, Python 2.7
process
Status: closed Resolution: fixed
Dependencies: Superseder:
Assigned To: Nosy List: Raúl Núñez de Arenas, martin.panter, python-dev
Priority: normal Keywords:

Created on 2016-02-08 18:44 by Raúl Núñez de Arenas, last changed 2022-04-11 14:58 by admin. This issue is now closed.

Messages (4)
msg259873 - (view) Author: Raúl Núñez de Arenas (Raúl Núñez de Arenas) Date: 2016-02-08 18:44
At https://docs.python.org/3.5/library/pyexpat.html#module-xml.parsers.expat.model the docs say "Content modules are described using nested tuples.

It should say "Content models are described using nested tuples."

I've checked docs for version 3.6.0a and the typo is there, too.
msg259902 - (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 8c7a8c7a02b9 by Martin Panter in branch '2.7':
Issues #26310, #26311: Fix typos in the documentation
https://hg.python.org/cpython/rev/8c7a8c7a02b9
msg259906 - (view) Author: Martin Panter (martin.panter) * (Python committer) Date: 2016-02-09 01:59
Thanks for the report :)
msg259917 - (view) Author: Raúl Núñez de Arenas (Raúl Núñez de Arenas) Date: 2016-02-09 07:10
My pleasure :)
History
Date User Action Args
2022-04-11 14:58:27adminsetgithub: 70499
2016-02-09 07:10:10Raúl Núñez de Arenassetmessages: + msg259917
2016-02-09 01:59:10martin.pantersetstatus: open -> closed

versions: + Python 2.7, Python 3.6
nosy: + martin.panter

messages: + msg259906
resolution: fixed
stage: resolved
2016-02-09 01:38:43python-devsetnosy: + python-dev
messages: + msg259902
2016-02-08 18:44:43Raúl Núñez de Arenascreate