From 6e7635dd0275f9f2e5c063629743598aa8bc23d1 Mon Sep 17 00:00:00 2001 From: Yury Selivanov Date: Fri, 30 Mar 2018 17:34:03 -0400 Subject: Fix a nit in README; add a version to setup.py --- README.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'README.rst') diff --git a/README.rst b/README.rst index efa6f00..166f46a 100644 --- a/README.rst +++ b/README.rst @@ -5,7 +5,7 @@ An immutable mapping type for Python. The underlying datastructure is a Hash Array Mapped Trie (HAMT) used in Clojure and other functional languages. The actual -implementation is copied from CPython 3.7 (see PEP 567 and +implementation is used in CPython 3.7 (see PEP 567 and the contextvars module.) -- cgit v1.2.3