Skip to content

Commit ec60b00

Browse files
committed
Deque
1 parent f34f596 commit ec60b00

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

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

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

10911091
```python
10921092
from collections import deque

0 commit comments

Comments
 (0)