From f0004c805f0cabc053bd93bf25685d0555a3c710 Mon Sep 17 00:00:00 2001 From: Roman Mogylatov Date: Thu, 3 Sep 2020 23:13:17 -0400 Subject: [PATCH] Fix typo --- README.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.rst b/README.rst index fde53634..11216087 100644 --- a/README.rst +++ b/README.rst @@ -238,7 +238,7 @@ Concept - Explicit is better than implicit (PEP20). - Do no magic to your code. -How does it different from the other frameworks? +How is 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.