Improve wording in di_in_python.rst

This commit is contained in:
Roman Mogylatov 2021-12-20 19:20:19 +02:00
parent 3cc54462bd
commit 926208c490

View File

@ -150,7 +150,7 @@ What does the Dependency Injector do?
-------------------------------------
With the dependency injection pattern objects loose the responsibility of assembling
the dependencies. The ``Dependency Injector`` absorbs that responsibilities.
the dependencies. The ``Dependency Injector`` absorbs that responsibility.
``Dependency Injector`` helps to assemble and inject the dependencies.