From 76e491cf407d598734d677a912fbc01b4c46a580 Mon Sep 17 00:00:00 2001 From: Tom Keefe <8655118+MisterKeefe@users.noreply.github.com> Date: Tue, 9 Feb 2021 17:09:32 +0000 Subject: Make PEP references hyperlinks (#32) --- README.rst | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.rst b/README.rst index e62545e..4132bc0 100644 --- a/README.rst +++ b/README.rst @@ -12,7 +12,8 @@ An immutable mapping type for Python. The underlying datastructure is a Hash Array Mapped Trie (HAMT) used in Clojure, Scala, Haskell, and other functional languages. This implementation is used in CPython 3.7 in the ``contextvars`` -module (see PEP 550 and PEP 567 for more details). +module (see `PEP 550 `_ and +`PEP 567 `_ for more details). Immutable mappings based on HAMT have O(log N) performance for both ``set()`` and ``get()`` operations, which is essentially O(1) for -- cgit v1.2.3