mirror of
https://github.com/ets-labs/python-dependency-injector.git
synced 2025-01-31 11:51:39 +03:00
Fix some small docblock errors in providers module
This commit is contained in:
parent
10cc6fed7d
commit
92c099f499
|
@ -414,7 +414,7 @@ class Factory(Callable):
|
||||||
.. py:attribute:: cls
|
.. py:attribute:: cls
|
||||||
|
|
||||||
Class that provides object.
|
Class that provides object.
|
||||||
Alias for :py:attribute:`provides`.
|
Alias for :py:attr:`provides`.
|
||||||
|
|
||||||
:type: type
|
:type: type
|
||||||
|
|
||||||
|
@ -536,7 +536,7 @@ class DelegatedFactory(Factory):
|
||||||
.. py:attribute:: cls
|
.. py:attribute:: cls
|
||||||
|
|
||||||
Class that provides object.
|
Class that provides object.
|
||||||
Alias for :py:attribute:`provides`.
|
Alias for :py:attr:`provides`.
|
||||||
|
|
||||||
:type: type
|
:type: type
|
||||||
|
|
||||||
|
@ -611,7 +611,7 @@ class Singleton(Factory):
|
||||||
.. py:attribute:: cls
|
.. py:attribute:: cls
|
||||||
|
|
||||||
Class that provides object.
|
Class that provides object.
|
||||||
Alias for :py:attribute:`provides`.
|
Alias for :py:attr:`provides`.
|
||||||
|
|
||||||
:type: type
|
:type: type
|
||||||
|
|
||||||
|
@ -714,7 +714,7 @@ class DelegatedSingleton(Singleton):
|
||||||
.. py:attribute:: cls
|
.. py:attribute:: cls
|
||||||
|
|
||||||
Class that provides object.
|
Class that provides object.
|
||||||
Alias for :py:attribute:`provides`.
|
Alias for :py:attr:`provides`.
|
||||||
|
|
||||||
:type: type
|
:type: type
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user