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