mirror of
https://github.com/ets-labs/python-dependency-injector.git
synced 2024-11-26 03:23:58 +03:00
Fix small typo in documentation (#180)
This commit is contained in:
parent
0e50b1d379
commit
fe4f32303a
|
@ -33,7 +33,7 @@ Example:
|
||||||
DBAPI 2.0 database connection. Being a self-sufficient library,
|
DBAPI 2.0 database connection. Being a self-sufficient library,
|
||||||
``UsersService`` doesn't hardcode any kind of database management logic.
|
``UsersService`` doesn't hardcode any kind of database management logic.
|
||||||
Instead of this, ``UsersService`` has external dependency, that has to
|
Instead of this, ``UsersService`` has external dependency, that has to
|
||||||
be satisfied by cleint's code, out of library's scope.
|
be satisfied by client's code, out of library's scope.
|
||||||
|
|
||||||
.. image:: /images/providers/dependency.png
|
.. image:: /images/providers/dependency.png
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user