Skip to content

Commit 9911196

Browse files
authored
[ty] Add link for namespaces being partial (#20015)
As requested
1 parent 859475f commit 9911196

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

crates/ty_python_semantic/resources/mdtest/import/partial_stub_packages.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -426,7 +426,8 @@ reveal_type(Fake().fake) # revealed: Unknown
426426

427427
## Namespace stub with missing module
428428

429-
Namespace stubs are always partial.
429+
Namespace stubs are always partial, as specified in:
430+
<https://peps.python.org/pep-0561/#partial-stub-packages>
430431

431432
This is a regression test for <https://github.com/astral-sh/ty/issues/520>.
432433

0 commit comments

Comments
 (0)