mirror of
https://github.com/ets-labs/python-dependency-injector.git
synced 2025-02-24 23:50:41 +03:00
Fix small type in declarative container docblock
This commit is contained in:
parent
84f1d27fa8
commit
5db20f0027
|
@ -239,7 +239,7 @@ def copy(container):
|
||||||
providers by name, it would be replaced by reference.
|
providers by name, it would be replaced by reference.
|
||||||
|
|
||||||
:param container: Container that should be copied by decorated container.
|
:param container: Container that should be copied by decorated container.
|
||||||
:type container :py:class:`DeclarativeContainer`
|
:type container: :py:class:`DeclarativeContainer`
|
||||||
|
|
||||||
:return: Declarative container's copying decorator.
|
:return: Declarative container's copying decorator.
|
||||||
:rtype: callable(:py:class:`DeclarativeContainer`)
|
:rtype: callable(:py:class:`DeclarativeContainer`)
|
||||||
|
|
Loading…
Reference in New Issue
Block a user