We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 45105ec commit 76e491cCopy full SHA for 76e491c
README.rst
@@ -12,7 +12,8 @@ An immutable mapping type for Python.
12
The underlying datastructure is a Hash Array Mapped Trie (HAMT)
13
used in Clojure, Scala, Haskell, and other functional languages.
14
This implementation is used in CPython 3.7 in the ``contextvars``
15
-module (see PEP 550 and PEP 567 for more details).
+module (see `PEP 550 <https://www.python.org/dev/peps/pep-0550/>`_ and
16
+`PEP 567 <https://www.python.org/dev/peps/pep-0567/>`_ for more details).
17
18
Immutable mappings based on HAMT have O(log N) performance for both
19
``set()`` and ``get()`` operations, which is essentially O(1) for
0 commit comments