Updating providers description

This commit is contained in:
Roman Mogilatov 2015-03-30 17:49:11 +03:00
parent d8c7a32220
commit 3ee60fa01b

View File

@ -34,7 +34,7 @@ Current section describes main `Objects` entities and their interaction.
Providers are strategies of accessing objects.
All providers are callable. They describe how particular object will be
All providers are callable. They describe how particular objects will be
provided. For example:
```python