🌐 AI搜索 & 代理 主页
Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
Use 2 spaces after a period to be consistent with the rest of the file
  • Loading branch information
OTheDev committed Feb 22, 2023
commit 6b2552041d29382461f3f47e8c1ee06a6c04834c
2 changes: 1 addition & 1 deletion Doc/library/queue.rst
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ The :mod:`queue` module defines the following classes and exceptions:
*maxsize* is less than or equal to zero, the queue size is infinite.

The lowest valued entries are retrieved first (the lowest valued entry is the
one that would be returned by ``min(entries)``). A typical pattern for
one that would be returned by ``min(entries)``). A typical pattern for
entries is a tuple in the form: ``(priority_number, data)``.

If the *data* elements are not comparable, the data can be wrapped in a class
Expand Down