From 4fa26976fc6f9a1a7bacdf66976d1acb113d5404 Mon Sep 17 00:00:00 2001 From: Roman Mogylatov Date: Mon, 10 Aug 2020 22:12:03 -0400 Subject: [PATCH] Update README.rst --- README.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.rst b/README.rst index 8cc0fdfc..99ce0ee0 100644 --- a/README.rst +++ b/README.rst @@ -64,7 +64,7 @@ How does it different from the other frameworks? - **No autowiring.** The framework does NOT do any autowiring / autoresolving of the dependencies. You need to specify everything explicitly. Because *"Explicit is better than implicit" (PEP20)*. - **Does not pollute your code** .Your application does NOT know and does NOT depend on the framework. No ``@inject`` decorators, annotations, patching or any other magic tricks. -``Dependency Injector`` makes with you a simple contract: +``Dependency Injector`` makes a simple contract with you: - You tell the framework how to build you code - The framework does it for you