diff --git a/crates/ty_python_semantic/resources/mdtest/import/nonstandard_conventions.md b/crates/ty_python_semantic/resources/mdtest/import/nonstandard_conventions.md index 8841d04f98..44163c17b4 100644 --- a/crates/ty_python_semantic/resources/mdtest/import/nonstandard_conventions.md +++ b/crates/ty_python_semantic/resources/mdtest/import/nonstandard_conventions.md @@ -333,7 +333,7 @@ reveal_type(mypackage.nested.X) # revealed: Unknown ### In Non-Stub -`from mypackage.submodule import nested` in an `__init__.py` only creates `submodule` and `nested`. +`from mypackage.submodule import nested` in an `__init__.py` creates both `submodule` and `nested`. `mypackage/__init__.py`: