Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
maldoinc committed May 4, 2024
1 parent 3d7f22b commit 3b32f44
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion wireup/ioc/dependency_container.py
Original file line number Diff line number Diff line change
Expand Up @@ -175,7 +175,7 @@ def clear_initialized_objects(self) -> None:
and cause it to create new instances when they are requested to be injected.
This can be useful in tests in a `unittest.TestCase.setUp` method or pytest autouse=True fixture,
allowing you to have a fresh copy of the container with no previously intitialized instances
allowing you to have a fresh copy of the container with no previously initialized instances
to make test cases independent of each-other.
"""
self.__initialized_objects.clear()
Expand Down

0 comments on commit 3b32f44

Please sign in to comment.