Browse Source

Deque

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

3
README.md

@ -1085,8 +1085,7 @@ 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”.**
**A thread-safe list with efficient appends and pops from either side. Pronounced “deck”.**
```python
from collections import deque

Loading…
Cancel
Save