From 926208c490150da042ed1a2f0fdfe1e882b48fc9 Mon Sep 17 00:00:00 2001 From: Roman Mogylatov Date: Mon, 20 Dec 2021 19:20:19 +0200 Subject: [PATCH] Improve wording in di_in_python.rst --- docs/introduction/di_in_python.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/introduction/di_in_python.rst b/docs/introduction/di_in_python.rst index f19a6c26..8e16a5f8 100644 --- a/docs/introduction/di_in_python.rst +++ b/docs/introduction/di_in_python.rst @@ -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.