Skip to content

Commit eaa47b2

Browse files
committed
Deque
1 parent ec60b00 commit eaa47b2

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

README.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1085,8 +1085,7 @@ from array import array
10851085

10861086
Deque
10871087
-----
1088-
* **A thread-safe list with efficient appends and pops from either side.**
1089-
* **Short for “double-ended queue” and pronounced “deck”.**
1088+
**A thread-safe list with efficient appends and pops from either side. Pronounced “deck”.**
10901089

10911090
```python
10921091
from collections import deque

0 commit comments

Comments
 (0)