Skip to content

Commit f34f596

Browse files
committed
Deque
1 parent e06bd6b commit f34f596

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

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

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

10901091
```python
10911092
from collections import deque

0 commit comments

Comments
 (0)