diff --git a/README.md b/README.md index d8f8129..c08e7f8 100644 --- a/README.md +++ b/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