From eaa47b201b263a767ccc1ce9030fc6a8193d93e0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jure=20=C5=A0orn?= Date: Tue, 29 Jan 2019 19:37:51 +0100 Subject: [PATCH] Deque --- README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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