From 6bf7d6ee9d60fe6466f5619c9bfdbfd141601114 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jure=20=C5=A0orn?= Date: Mon, 25 Feb 2019 20:23:18 +0100 Subject: [PATCH] Deck --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f3c5662..d3afffb 100644 --- a/README.md +++ b/README.md @@ -1286,7 +1286,7 @@ Memory View 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 from collections import deque