[New-bugs-announce] [issue38040] Typo: "Writeable" Should be "Writable" in IO Library Documentation

Sean Happenny report at bugs.python.org
Thu Sep 5 14:22:56 EDT 2019


New submission from Sean Happenny <sean at xnor.ai>:

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.

----------
assignee: docs at python
components: Documentation, IO
messages: 351216
nosy: Sean Happenny, docs at python
priority: normal
severity: normal
status: open
title: Typo: "Writeable" Should be "Writable" in IO Library Documentation
type: enhancement
versions: Python 3.7, Python 3.8, Python 3.9

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue38040>
_______________________________________


More information about the New-bugs-announce mailing list