Skip to content

Commit 76e491c

Browse files
Make PEP references hyperlinks (#32)
1 parent 45105ec commit 76e491c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.rst

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,8 @@ An immutable mapping type for Python.
1212
The underlying datastructure is a Hash Array Mapped Trie (HAMT)
1313
used in Clojure, Scala, Haskell, and other functional languages.
1414
This implementation is used in CPython 3.7 in the ``contextvars``
15-
module (see PEP 550 and PEP 567 for more details).
15+
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).
1617

1718
Immutable mappings based on HAMT have O(log N) performance for both
1819
``set()`` and ``get()`` operations, which is essentially O(1) for

0 commit comments

Comments
 (0)