Skip to content

Commit 9631223

Browse files
authored
Add a link to _typeshed readme
1 parent 30f2d49 commit 9631223

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/source/libraries.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -503,7 +503,7 @@ different manner, so the most portable and easy way to create a shortcut
503503
is to define a callable ``Protocol`` as described in `PEP
504504
544 <https://peps.python.org/pep-0544/#callback-protocols>`_.
505505

506-
There is already a ``Protocol`` called ``IdentityFunction`` defined in ``_typeshed``:
506+
There is already a ``Protocol`` called ``IdentityFunction`` defined in `_typeshed <https://github.com/python/typeshed/blob/master/stdlib/_typeshed/README.md>`_:
507507

508508
.. code:: python
509509

0 commit comments

Comments
 (0)