Update API docs

This commit is contained in:
Roman Mogylatov 2020-06-14 17:06:27 -04:00
parent dd0cd7a4cf
commit dbfc8e1c67
2 changed files with 345 additions and 346 deletions

File diff suppressed because it is too large Load Diff

View File

@ -1970,8 +1970,7 @@ cdef class List(Provider):
"""List provider provides a list of values.
:py:class:`List` provider is needed for injecting a list of dependencies. It handles
positional argument injections the same way as :py:class:`Callable` and :py:class:`Factory`
providers.
positional argument injections the same way as :py:class:`Factory` provider.
Positional context argument injections and keyword argument injections are not
supported.