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