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