From 011e93690fa177147c47778d133417ccc1faa41a Mon Sep 17 00:00:00 2001 From: Roman Mogylatov Date: Fri, 9 Oct 2020 12:41:23 -0400 Subject: [PATCH] Update wording on index pages --- README.rst | 2 +- docs/index.rst | 2 +- docs/introduction/di_in_python.rst | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.rst b/README.rst index cb3290b7..af647892 100644 --- a/README.rst +++ b/README.rst @@ -123,7 +123,7 @@ It also helps you in configuring project for the different environments: replace with a stub on the dev or stage. With the ``Dependency Injector`` objects assembling is consolidated in the container. -Dependencies and injections are defined explicitly. +Dependency injections are defined explicitly. This makes easier to understand and change how application works. .. figure:: https://raw.githubusercontent.com/wiki/ets-labs/python-dependency-injector/img/di-readme.svg diff --git a/docs/index.rst b/docs/index.rst index 27312308..1db8c7e8 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -121,7 +121,7 @@ Key features of the ``Dependency Injector``: main() # <-- overridden dependency is injected automatically With the ``Dependency Injector`` objects assembling is consolidated in the container. -Dependencies and injections are defined explicitly. +Dependency injections are defined explicitly. This makes easier to understand and change how application works. .. figure:: https://raw.githubusercontent.com/wiki/ets-labs/python-dependency-injector/img/di-readme.svg diff --git a/docs/introduction/di_in_python.rst b/docs/introduction/di_in_python.rst index 0f65b2d1..d3e58a10 100644 --- a/docs/introduction/di_in_python.rst +++ b/docs/introduction/di_in_python.rst @@ -206,7 +206,7 @@ You can override any provider with another provider. It also helps you in configuring project for the different environments: replace an API client with a stub on the dev or stage. -Objects assembling is consolidated in the container. Dependencies and injections are defined explicitly. +Objects assembling is consolidated in the container. Dependency injections are defined explicitly. This makes easier to understand and change how application works. Testing, Monkey-patching and dependency injection