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 891f8b4 commit 9f77976Copy full SHA for 9f77976
docs/providers/singleton.rst
@@ -33,7 +33,7 @@ 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
+``Singleton`` provider scope is tied to the container. Two different containers will provide
37
two different singleton objects:
38
39
.. literalinclude:: ../../examples/providers/singleton_multiple_containers.py
src/dependency_injector/__init__.py
@@ -1,6 +1,6 @@
1
"""Top-level package."""
2
3
-__version__ = "4.48.1"
+__version__ = "4.48.2"
4
"""Version number.
5
6
:type: str
0 commit comments