fixes #917
This commit is contained in:
ZipFile 2025-09-19 09:59:24 +00:00
parent 891f8b4190
commit 9f77976a29
2 changed files with 2 additions and 2 deletions

View File

@ -33,7 +33,7 @@ factories:
- :ref:`factory-specialize-provided-type`
- :ref:`abstract-factory`
``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
two different singleton objects:
.. literalinclude:: ../../examples/providers/singleton_multiple_containers.py

View File

@ -1,6 +1,6 @@
"""Top-level package."""
__version__ = "4.48.1"
__version__ = "4.48.2"
"""Version number.
:type: str