Browse Source

Deque

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

3
README.md

@ -1085,7 +1085,8 @@ from array import array
Deque
-----
**Short for “double-ended queue” and pronounced “deck”. It is 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