Browse Source

Deque

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

2
README.md

@ -998,7 +998,7 @@ from array import array
Deque
-----
**Short for “double-ended queue” and pronounced “deck”. They are thread-safe lists 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