gh-123517: Remove unnecessary `:meth:` parentheses (#123518)

This commit is contained in:
Wei-Hsiang (Matt) Wang 2024-09-01 12:59:42 +08:00 committed by GitHub
parent 34ddb64d08
commit cf472577e2
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
55 changed files with 145 additions and 145 deletions

View file

@ -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()