mirror of
https://github.com/python/cpython.git
synced 2025-11-01 18:51:43 +00:00
gh-123517: Remove unnecessary `:meth:` parentheses (#123518)
This commit is contained in:
parent
34ddb64d08
commit
cf472577e2
55 changed files with 145 additions and 145 deletions
|
|
@ -55,7 +55,7 @@ Queue
|
|||
Return ``True`` if there are :attr:`maxsize` items in the queue.
|
||||
|
||||
If the queue was initialized with ``maxsize=0`` (the default),
|
||||
then :meth:`full()` never returns ``True``.
|
||||
then :meth:`full` never returns ``True``.
|
||||
|
||||
.. coroutinemethod:: get()
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue