mirror of
https://github.com/ets-labs/python-dependency-injector.git
synced 2025-02-07 07:00:49 +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.
|
||||
|
||||
: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:
|
||||
|
|
Loading…
Reference in New Issue
Block a user