From c23803dedb8a3ccbf8059f8c341c88e923498e8e Mon Sep 17 00:00:00 2001 From: Roman Mogilatov Date: Sun, 10 Apr 2016 17:33:05 +0300 Subject: [PATCH] Make small docblock fix for @copy decorator --- dependency_injector/catalogs/utils.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dependency_injector/catalogs/utils.py b/dependency_injector/catalogs/utils.py index 150c2ffc..6eb264cf 100644 --- a/dependency_injector/catalogs/utils.py +++ b/dependency_injector/catalogs/utils.py @@ -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: