Antoine Pitrou added the comment:

A couple of nits about the docstrings:

+PyDoc_STRVAR(stringio_seekable_doc,
+"seekable() -> Bool. Returns True if IO object can be seeked.");

First, "bool" should be lowercase. Also, in seekable(), "IO object" should be 
"the IO object".
Otherwise, looks fine to me.

----------

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue15841>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to