Skip to content

Commit 76fb03a

Browse files
committed
Update FactoryDelegate doc block
1 parent 0008363 commit 76fb03a

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

src/dependency_injector/providers.c

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/dependency_injector/providers.pyx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1102,8 +1102,8 @@ cdef class FactoryDelegate(Delegate):
11021102
def __init__(self, factory):
11031103
"""Initializer.
11041104
1105-
:param provides: Value that have to be provided.
1106-
:type provides: object
1105+
:param factory: Value that have to be provided.
1106+
:type factory: object
11071107
"""
11081108
if isinstance(factory, Factory) is False:
11091109
raise Error('{0} can wrap only {1} providers'.format(

0 commit comments

Comments
 (0)