Fix error in external dependency provider docs

This commit is contained in:
Roman Mogilatov 2017-01-29 23:12:57 +02:00
parent 9f35310cb3
commit 2730082b91

View File

@ -4,7 +4,7 @@ External dependency providers
.. currentmodule:: dependency_injector.providers
:py:class:`ExternalDependency` provider can be useful for development of
self-sufficient libraries / modules / applications that has required external
self-sufficient libraries / modules / applications that have required external
dependencies.
For example, you have created self-sufficient library / module / application,