Skip to content

Commit 490a763

Browse files
committed
Deque
1 parent 2b9488d commit 490a763

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
@@ -998,7 +998,7 @@ from array import array
998998

999999
Deque
10001000
-----
1001-
**Short for “double-ended queue” and pronounced “deck”. They are thread-safe lists with efficient appends and pops from either side.**
1001+
**Short for “double-ended queue” and pronounced “deck”. It is a thread-safe list with efficient appends and pops from either side.**
10021002

10031003
```python
10041004
from collections import deque

0 commit comments

Comments
 (0)