From 3e951ce7a1b9ca9651a83926663dfbc25e44e8f0 Mon Sep 17 00:00:00 2001 From: droppingbeans Date: Tue, 24 Feb 2026 05:36:16 -0600 Subject: [PATCH] Link to typing spec rather than PEP-561 (#15461) Co-authored-by: Alex Waygood --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 4bf78a830..dae1780a4 100644 --- a/README.md +++ b/README.md @@ -38,7 +38,7 @@ you can install the type stubs using $ pip install types-html5lib types-requests ``` -These PyPI packages follow [PEP 561](http://www.python.org/dev/peps/pep-0561/) +These PyPI packages follow [the typing spec standards](https://typing.python.org/en/latest/spec/distributing.html) and are automatically released (up to once a day) by [typeshed internal machinery](https://github.com/typeshed-internal/stub_uploader).