Update docblocks of factory provider examples

This commit is contained in:
Roman Mogylatov 2020-09-01 13:14:54 -04:00
parent 520945483f
commit c5b4b7b772
5 changed files with 4 additions and 4 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 11 KiB

View File

@ -1,4 +1,4 @@
"""`Factory` providers example."""
"""`Factory` provider example."""
from dependency_injector import providers

View File

@ -1,4 +1,4 @@
"""`Factory` providers delegation example."""
"""`Factory` provider delegation example."""
from typing import Callable, List

View File

@ -1,4 +1,4 @@
"""`Factory` providers init injections example."""
"""`Factory` provider init injections example."""
from dependency_injector import providers

View File

@ -1,4 +1,4 @@
"""`Factory` providers - building a complex object graph with deep init injections example."""
"""`Factory` provider - passing injections to the underlying providers example."""
from dependency_injector import providers