From 92c099f49992d59534e404893e9d66449befa7db Mon Sep 17 00:00:00 2001 From: Roman Mogilatov Date: Thu, 17 Mar 2016 02:03:09 +0200 Subject: [PATCH] Fix some small docblock errors in providers module --- dependency_injector/providers.py | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/dependency_injector/providers.py b/dependency_injector/providers.py index 247043e1..9292195d 100644 --- a/dependency_injector/providers.py +++ b/dependency_injector/providers.py @@ -414,7 +414,7 @@ class Factory(Callable): .. py:attribute:: cls Class that provides object. - Alias for :py:attribute:`provides`. + Alias for :py:attr:`provides`. :type: type @@ -536,7 +536,7 @@ class DelegatedFactory(Factory): .. py:attribute:: cls Class that provides object. - Alias for :py:attribute:`provides`. + Alias for :py:attr:`provides`. :type: type @@ -611,7 +611,7 @@ class Singleton(Factory): .. py:attribute:: cls Class that provides object. - Alias for :py:attribute:`provides`. + Alias for :py:attr:`provides`. :type: type @@ -714,7 +714,7 @@ class DelegatedSingleton(Singleton): .. py:attribute:: cls Class that provides object. - Alias for :py:attribute:`provides`. + Alias for :py:attr:`provides`. :type: type