Adding providers description
This commit is contained in:
parent
48ff686ae8
commit
d8c7a32220
|
@ -34,7 +34,8 @@ Current section describes main `Objects` entities and their interaction.
|
|||
|
||||
Providers are strategies of accessing objects.
|
||||
|
||||
They describe how particular object will be provided. For example:
|
||||
All providers are callable. They describe how particular object will be
|
||||
provided. For example:
|
||||
|
||||
```python
|
||||
"""`NewInstance` and `Singleton` providers example."""
|
||||
|
|
Loading…
Reference in New Issue