Skip to content

Commit 9f77976

Browse files
committed
Fix typo
fixes #917
1 parent 891f8b4 commit 9f77976

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/providers/singleton.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ factories:
3333
- :ref:`factory-specialize-provided-type`
3434
- :ref:`abstract-factory`
3535

36-
``Singleton`` provider scope is tied to the container. Two different containers will provider
36+
``Singleton`` provider scope is tied to the container. Two different containers will provide
3737
two different singleton objects:
3838

3939
.. literalinclude:: ../../examples/providers/singleton_multiple_containers.py

src/dependency_injector/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
"""Top-level package."""
22

3-
__version__ = "4.48.1"
3+
__version__ = "4.48.2"
44
"""Version number.
55
66
:type: str

0 commit comments

Comments
 (0)