Browse Source

Deck

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

2
README.md

@ -1286,7 +1286,7 @@ Memory View
Deque Deque
----- -----
**Thread-safe list with efficient appends and pops from either side. Pronounced “deck”.**
**Thread-safe list with efficient appends and pops from either side. Pronounced "deck".**
```python ```python
from collections import deque from collections import deque

Loading…
Cancel
Save