Skip to content

Commit 27e8246

Browse files
committed
docs: Made LazyProvider docs clearer
1 parent 51958c5 commit 27e8246

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/experimental/lazy.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ multiple containers.
1313
```python
1414
from that_depends.experimental import LazyProvider
1515

16-
lazy_p = LazyProvider("full.import.string.including.attributes")
16+
lazy_p = LazyProvider("my.module.attribute.path")
1717
```
1818
=== "Separate module and provider"
1919
```python

0 commit comments

Comments
 (0)