Commit 6baa798c authored by Raymond Hettinger's avatar Raymond Hettinger

Small grammar nit

parent 2cc1ed16
...@@ -49,8 +49,8 @@ See the source code for details. The public methods are: ...@@ -49,8 +49,8 @@ See the source code for details. The public methods are:
.. method:: Queue.qsize() .. method:: Queue.qsize()
Return the approximate size of the queue. qsize() > 0 doesn't guarantee Return the approximate size of the queue. Note, qsize() > 0 doesn't
that a subsequent get() will not block, nor that qsize() < maxsize guarantee that a subsequent get() will not block, nor will qsize() < maxsize
guarantee that put() will not block. guarantee that put() will not block.
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment