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.

Author Sean Happenny
Recipients Sean Happenny, docs@python
Date 2019-09-05.18:22:55
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1567707776.67.0.386340687421.issue38040@roundup.psfhosted.org>
In-reply-to
Content
Problem: There are 4 instances of the typo "writeable" in the documentation for the IO library affecting, at least, versions 3.7, 3.8, 3.9, and the latest master of the documentation (https://docs.python.org/[3.7,3.8,3.9]/library/io.html and https://github.com/python/cpython/blob/master/Doc/library/io.rst).  This can cause confusion to the reader.  The instances are under the "BufferedWriter" section (https://docs.python.org/3/library/io.html#io.BufferedWriter) and "BufferedRWPair" section (https://docs.python.org/3.7/library/io.html#io.BufferedRWPair).

Fix: Change all instances of "writeable" to "writable" in the IO library documentation.
History
Date User Action Args
2019-09-05 18:22:56Sean Happennysetrecipients: + Sean Happenny, docs@python
2019-09-05 18:22:56Sean Happennysetmessageid: <1567707776.67.0.386340687421.issue38040@roundup.psfhosted.org>
2019-09-05 18:22:56Sean Happennylinkissue38040 messages
2019-09-05 18:22:55Sean Happennycreate