Fix small type in declarative container docblock

This commit is contained in:
Roman Mogilatov 2016-06-03 17:32:47 +03:00
parent 84f1d27fa8
commit 5db20f0027

View File

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