mirror of
https://github.com/ets-labs/python-dependency-injector.git
synced 2025-06-16 11:33:13 +03:00
Make small docblock fix for @copy decorator
This commit is contained in:
parent
a4a1224708
commit
c23803dedb
|
@ -14,7 +14,7 @@ def copy(catalog):
|
||||||
providers by name, it would be replaced by reference.
|
providers by name, it would be replaced by reference.
|
||||||
|
|
||||||
:param catalog: Catalog that should be copied by decorated catalog.
|
: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.
|
:return: Declarative catalog's copying decorator.
|
||||||
:rtype:
|
:rtype:
|
||||||
|
|
Loading…
Reference in New Issue
Block a user