Browse Source

Deque

pull/10/head
Jure Šorn 5 years ago
parent
commit
ec60b00e76
1 changed files with 1 additions and 1 deletions
  1. 2
      README.md

2
README.md

@ -1085,8 +1085,8 @@ from array import array
Deque
-----
* **A thread-safe list with efficient appends and pops from either side.**
* **Short for “double-ended queue” and pronounced “deck”.**
* **It is a thread-safe list with efficient appends and pops from either side.**
```python
from collections import deque

Loading…
Cancel
Save