mirror of
https://github.com/ets-labs/python-dependency-injector.git
synced 2025-06-16 03:23:13 +03:00
Fix a typo
This commit is contained in:
parent
ce82cdbe4c
commit
7414a59c76
|
@ -15,7 +15,7 @@ To wire the packages we use an application container. Application container has
|
||||||
dependencies and package containers. It wires the packages and dependencies to create a
|
dependencies and package containers. It wires the packages and dependencies to create a
|
||||||
complete application.
|
complete application.
|
||||||
|
|
||||||
We build an example micro application that consists from 3 packages:
|
We build an example micro application that consists of 3 packages:
|
||||||
|
|
||||||
- ``user`` - a package with user domain logic, depends on a database
|
- ``user`` - a package with user domain logic, depends on a database
|
||||||
- ``photo`` - a package with photo domain logic, depends on a database and AWS S3
|
- ``photo`` - a package with photo domain logic, depends on a database and AWS S3
|
||||||
|
|
Loading…
Reference in New Issue
Block a user