[issue26311] Typo in documentation for xml.parsers.expat

2016-02-08 Thread Raúl Núñez de Arenas
Raúl Núñez de Arenas added the comment: My pleasure :) -- ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https

[issue26311] Typo in documentation for xml.parsers.expat

2016-02-08 Thread Martin Panter
Martin Panter added the comment: Thanks for the report :) -- nosy: +martin.panter resolution: -> fixed stage: -> resolved status: open -> closed versions: +Python 2.7, Python 3.6 ___ Python tracker __

[issue26311] Typo in documentation for xml.parsers.expat

2016-02-08 Thread Roundup Robot
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 8c7a8c7a02b9 by Martin Panter in branch '2.7': Issues #26310, #26311:

[issue26311] Typo in documentation for xml.parsers.expat

2016-02-08 Thread Raúl Núñez de Arenas
New submission from Raúl Núñez de Arenas: 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