Adding providers description

This commit is contained in:
Roman Mogilatov 2015-03-30 17:34:32 +03:00
parent 48ff686ae8
commit d8c7a32220
1 changed files with 2 additions and 1 deletions

View File

@ -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."""