Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit b98b37f

Browse files
committed
Improve the grammar of a non-sentence.
1 parent 89a6e9a commit b98b37f

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Doc/library/queue.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@ module implements all the required locking semantics. It depends on the
1515
availability of thread support in Python; see the :mod:`threading`
1616
module.
1717

18-
Implements three types of queue whose only difference is the order that
19-
the entries are retrieved. In a FIFO queue, the first tasks added are
18+
The module implements three types of queue, which differ only in the order in
19+
which the entries are retrieved. In a FIFO queue, the first tasks added are
2020
the first retrieved. In a LIFO queue, the most recently added entry is
2121
the first retrieved (operating like a stack). With a priority queue,
2222
the entries are kept sorted (using the :mod:`heapq` module) and the

0 commit comments

Comments
 (0)