aboutsummaryrefslogtreecommitdiff
path: root/README.rst
diff options
context:
space:
mode:
authorYury Selivanov <yury@magic.io>2018-03-30 17:34:03 -0400
committerYury Selivanov <yury@magic.io>2018-03-30 17:34:44 -0400
commit6e7635dd0275f9f2e5c063629743598aa8bc23d1 (patch)
tree546adf098c1713f5e6a5149b984b837725ba6e36 /README.rst
parent09e41b96d9c31fac9cadfe5ce902d23fd37188af (diff)
downloadimmutables-6e7635dd0275f9f2e5c063629743598aa8bc23d1.tar.gz
immutables-6e7635dd0275f9f2e5c063629743598aa8bc23d1.zip
Fix a nit in README; add a version to setup.py
Diffstat (limited to 'README.rst')
-rw-r--r--README.rst2
1 files changed, 1 insertions, 1 deletions
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.)