Make small docblock fix for @copy decorator

This commit is contained in:
Roman Mogilatov 2016-04-10 17:33:05 +03:00
parent a4a1224708
commit c23803dedb

View File

@ -14,7 +14,7 @@ def copy(catalog):
providers by name, it would be replaced by reference.
:param catalog: Catalog that should be copied by decorated catalog.
:type catalog: :py:class:`dependency_injector.catalogs.DeclarativeCatalog`
:type catalog: :py:class:`DeclarativeCatalog`
:return: Declarative catalog's copying decorator.
:rtype: