mirror of
https://github.com/ets-labs/python-dependency-injector.git
synced 2024-11-25 19:14:00 +03:00
Update movie lister docs meta description
This commit is contained in:
parent
8eeedf9346
commit
e94fcba227
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue
Block a user