We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1500a1d commit 8932db3Copy full SHA for 8932db3
docs/providers/singleton.rst
@@ -33,8 +33,8 @@ factories:
33
- :ref:`factory-specialize-provided-type`
34
- :ref:`abstract-factory`
35
36
-``Singleton`` provider scope is tied to the container. Two different containers will provider
37
-two different singleton objects:
+Since ``Singleton`` scope is container-specific, each container will create and manage its own ``Singleton`` instance.
+Therefore, two containers will provide two distinct ``Singleton`` objects.
38
39
.. literalinclude:: ../../examples/providers/singleton_multiple_containers.py
40
:language: python
0 commit comments