Fix minor error in Factory docblock

This commit is contained in:
Roman Mogilatov 2016-11-11 22:40:11 +02:00
parent 98ee1882cd
commit 31f2a5d24d
2 changed files with 230 additions and 229 deletions

File diff suppressed because it is too large Load Diff

View File

@ -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