[ty] Add link for namespaces being partial (#20015)

As requested
This commit is contained in:
Aria Desires
2025-08-21 00:28:57 -04:00
committed by GitHub
parent 859475f017
commit 99111961c0

View File

@@ -426,7 +426,8 @@ reveal_type(Fake().fake) # revealed: Unknown
## Namespace stub with missing module
Namespace stubs are always partial.
Namespace stubs are always partial, as specified in:
<https://peps.python.org/pep-0561/#partial-stub-packages>
This is a regression test for <https://github.com/astral-sh/ty/issues/520>.