From 6f01cca18efcfa4559a682d291429d9e1e480678 Mon Sep 17 00:00:00 2001 From: Roman Mogylatov Date: Mon, 6 Jul 2020 17:42:09 -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 4c7f6085..0561d32a 100644 --- a/README.rst +++ b/README.rst @@ -46,7 +46,7 @@ Example: import boto3 from dependency_injector import containers, providers - from .example import services, main + from .example import services class Application(containers.DeclarativeContainer):