[docs] [issue36523] Add docstring to io.IOBase.writelines

Terry J. Reedy report at bugs.python.org
Fri Apr 5 15:18:21 EDT 2019


Terry J. Reedy <tjreedy at udel.edu> added the comment:

Verified.  
>>> import io
>>> io.IOBase.writelines.__doc__
>>>

----------
nosy: +terry.reedy
title: missing docs for IOBase writelines -> Add docstring to io.IOBase.writelines

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


More information about the docs mailing list