From 33b4416c2ccf2207b8daa262d1ef068d5b85510d Mon Sep 17 00:00:00 2001 From: Roman Mogylatov Date: Thu, 3 Sep 2020 16:28:11 -0400 Subject: [PATCH] Update readme --- README.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.rst b/README.rst index 7128b6b9..33b1b570 100644 --- a/README.rst +++ b/README.rst @@ -52,7 +52,7 @@ What is ``Dependency Injector``? ``Dependency Injector`` is a dependency injection framework for Python. -It helps you implementing the dependency injection principle. +It helps implementing the dependency injection principle. What is dependency injection? -----------------------------