mirror of
https://github.com/python/cpython.git
synced 2025-08-19 08:11:46 +00:00
Small grammar nit
This commit is contained in:
parent
cbf8f6cffb
commit
907cda6ebb
1 changed files with 2 additions and 2 deletions
|
@ -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.
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue