Update docs

This commit is contained in:
Roman Mogilatov 2016-06-02 20:27:01 +03:00
parent 61f53d9974
commit eb6cd303de
2 changed files with 2 additions and 4 deletions

View File

@ -24,7 +24,7 @@ There are 3 main entities: providers, injections and catalogs.
Providers
~~~~~~~~~
Providers are strategies of accesing objects. For example,
Providers are strategies of accessing objects. For example,
:py:class:`dependency_injector.providers.Factory` creates new instance
of provided class every time it is called.
:py:class:`dependency_injector.providers.Singleton` creates provided

View File

@ -6,9 +6,7 @@ What is dependency injection and inversion of control?
:description: This article provides definition of dependency injection,
inversion of control and dependency inversion. It contains
example code in Python that is refactored to be following
inversion of control principle and then enhanced by
inversion of control container based on "Dependency Injector"
declarative catalog.
inversion of control principle.
Definition
~~~~~~~~~~