diff --git a/README.md b/README.md index 28e5bdf..d59ddac 100644 --- a/README.md +++ b/README.md @@ -201,8 +201,8 @@ If you really need to import a specific entity, consider prefixing it with an un scope leakage, unless you really want it to be externally visible. ```python -from . import data_type # Good -from .data_type import CompositeType # Pls no +from . import data_type # Good +from .data_type import CompositeType # Pls no ``` ### Writing tests