Update movie lister docs meta description

This commit is contained in:
Roman Mogilatov 2016-04-20 18:06:31 +03:00
parent 8eeedf9346
commit e94fcba227

View File

@ -2,10 +2,10 @@ Movie lister naive example
-------------------------- --------------------------
.. meta:: .. meta::
:description: Dependency Injector is a Python dependency injection :description: Movie lister - is a naive example of dependency injection and
framework. It was designed to be unified, developer's inversion of control containers on Python. Original example
friendly tool for managing any kind of Python objects and was taken from Martin Fowler's article about dependency
their dependencies in formal, pretty way. injection and inversion of control.
This naive example was taken from Martin Fowler's article about dependency This naive example was taken from Martin Fowler's article about dependency
injection and inversion of control: http://www.martinfowler.com/articles/injection.html injection and inversion of control: http://www.martinfowler.com/articles/injection.html