mirror of
https://github.com/ets-labs/python-dependency-injector.git
synced 2025-01-31 03:36:41 +03:00
Fix minor error in Factory docblock
This commit is contained in:
parent
98ee1882cd
commit
31f2a5d24d
File diff suppressed because it is too large
Load Diff
|
@ -44,7 +44,8 @@ cdef class Factory(Provider):
|
|||
factory.add_kwargs(keyword_argument1=3, keyword_argument=4)
|
||||
|
||||
|
||||
Attribute injections are defined by using :py:meth:`Factory.attributes`:
|
||||
Attribute injections are defined by using
|
||||
:py:meth:`Factory.add_attributes`:
|
||||
|
||||
.. code-block:: python
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user