Update Factory and Singleton specialization docs

This commit is contained in:
Roman Mogilatov 2015-12-15 16:48:13 +02:00
parent c6b79a8052
commit 5cc5794f66
2 changed files with 4 additions and 2 deletions

View File

@ -181,7 +181,8 @@ Factory providers specialization
:py:class:`Factory` provider could be specialized for any kind of needs via
declaring its subclasses.
One of such features is a limitation to :py:class:`Factory` provided type:
One of such `builtin` features is a limitation to :py:class:`Factory` provided
type:
.. literalinclude:: ../../examples/providers/factory_provided_type.py
:language: python

View File

@ -76,7 +76,8 @@ Singleton providers specialization
:py:class:`Singleton` provider could be specialized for any kind of needs via
declaring its subclasses.
One of such features is a limitation to :py:class:`Singleton` provided type:
One of such `builtin` features is a limitation to :py:class:`Singleton`
provided type:
.. literalinclude:: ../../examples/providers/singleton_provided_type.py
:language: python