From e94fcba2274f2066836763e4a74bda301a277e4b Mon Sep 17 00:00:00 2001 From: Roman Mogilatov Date: Wed, 20 Apr 2016 18:06:31 +0300 Subject: [PATCH] Update movie lister docs meta description --- docs/examples/movie_lister.rst | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/examples/movie_lister.rst b/docs/examples/movie_lister.rst index 8cf802e5..76df7984 100644 --- a/docs/examples/movie_lister.rst +++ b/docs/examples/movie_lister.rst @@ -2,10 +2,10 @@ Movie lister naive example -------------------------- .. meta:: - :description: Dependency Injector is a Python dependency injection - framework. It was designed to be unified, developer's - friendly tool for managing any kind of Python objects and - their dependencies in formal, pretty way. + :description: Movie lister - is a naive example of dependency injection and + inversion of control containers on Python. Original example + was taken from Martin Fowler's article about dependency + injection and inversion of control. This naive example was taken from Martin Fowler's article about dependency injection and inversion of control: http://www.martinfowler.com/articles/injection.html