[docs] I found bugs in the Queue documentation

오진균 tintypemolly at gmail.com
Fri Jun 28 08:10:01 CEST 2013


http://docs.python.org/2/library/queue.html

There are two typing errors in this document

http://docs.python.org/2/library/queue.html#Queue.Queue.put
http://docs.python.org/2/library/queue.html#Queue.Queue.get

there is a same sentence within this two function descriptions,

If optional args *block* is true and *timeout* is None (the default)

In this sentence, I think it should be "True" not "true" because it stands
for actual python Boolean value.

Thanks.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/docs/attachments/20130628/5f13d702/attachment-0001.html>


More information about the docs mailing list